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
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... I
2 matches
Mail list logo