Re: [S2] s:div (BindDiv) ajaxTheme

2007-02-01 Thread Musachy Barroso
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

[S2] s:div (BindDiv) ajaxTheme

2007-02-01 Thread André Faria
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