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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]