On showcase, tabbed panel, example 3, I tried this:
dojo.widget.createWidget("BindDiv", {label:'Details', executeScripts:true,
href:'/struts2-showcase/AjaxTest.action', parseContent:true,
refreshOnShow:false, id:'ryh1'});
And the first request that it makes it to load "dojo.js" (caching
problem that will be fixed in the future), and the second is for the
href. Are those the two posts that you are seeing, or are you getting
two posts to the same href?
regards
musachy
Andr? Faria wrote:
> Hi All,
>
> Why the BindDiv inside a tabbed pane does two posts insted for one?
>
> Like if I run this code:
> dojo.widget.createWidget("BindDiv", {label:'Details',
> executeScripts:true, href:'personDetails.action', parseContent:true,
> refreshOnShow:false, id:'detailTab'});
>
> The dojo makes two posts... Is that correct?
>
>
>
> Have a nice Day,
> Regards,
> Andr? Faria
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@(protected)
> For additional commands, e-mail: dev-help@(protected)
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)