Re: Problem with Dojo in Struts 2

2007-01-04 Thread Musachy Barroso
ripts" to "true", in the submit tag, you can put a javascript section in the returned page, and it will be executed, like: makeWidgets(); There is an example if this in showcase, in the remote div section. regards musachy André Faria wrote: I have a problem with Dojo in Str

Re: Problem with Dojo in Struts 2

2007-01-04 Thread André Faria
u set "executeScripts" to "true", in the submit tag, you can put a javascript section in the returned page, and it will be executed, like: makeWidgets(); There is an example if this in showcase, in the remote div section. regards musachy André Faria wrote: I have a prob

Re: Problem with Dojo in Struts 2

2007-01-04 Thread Musachy Barroso
have a problem with Dojo in Struts 2. When the page loads a method dojo named makeWidgets is called, that method searchs for the dojo widgets and attach the necessary events to dojo listeners. Example: Div 1 href="%{ajaxTest}"/> the ftl adds some dojo notations dojoType, etc... T

Problem with Dojo in Struts 2

2007-01-04 Thread André Faria
I have a problem with Dojo in Struts 2. When the page loads a method dojo named makeWidgets is called, that method searchs for the dojo widgets and attach the necessary events to dojo listeners. Example: Div 1 href="%{ajaxTest}"/> the ftl adds some dojo notations dojoType, etc.