Re: executing inline scripts from ajax responses (dojo 0.4)

2009-03-30 Thread Tedy Marcos Colombini
executeScripts" property. > > BR, > Andras. > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > -- Tedy Marcos Colombini

Re: executing inline scripts from ajax responses (dojo 0.4)

2009-03-30 Thread Tedy Marcos Colombini
gt;> } >>}; >>dojo.io.bind(kw); >>} >> >> >> >> >> >>> value="Javascript" /> >> >> >> >> >> >> >> This is the response from Test.action: >> >> Content >> >>alert("test") >> >> >> >> Thank you for your help, >> >> >> > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > -- Tedy Marcos Colombini

executing inline scripts from ajax responses (dojo 0.4)

2009-03-30 Thread Tedy Marcos Colombini
dojo.byId(divId).innerHTML = data; }, error: function(type, error, http){ alert(error); } }; dojo.io.bind(kw); } This is the response from Test.action: Content alert("test") Thank you for your help, -- Tedy Marcos Colombini

Re: problems with struts and dojo

2009-03-30 Thread Tedy Marcos Colombini
gt; http://dojotoolkit.org/forum/dojo-0-4-x-legacy/dojo-0-4-x-support/whick-package-xhrget-available-0-4 > > BR, > Andras > > > Tedy Marcos Colombini wrote: > >> Hi guys, sorry for the previous email. I pressed some shortcut by >> accident. >> >> I a

problems with struts and dojo

2009-03-27 Thread Tedy Marcos Colombini
sponse){ dojo.byId('divResult').innerHTML = response; }, error: function(data){ console.debug("An error occurred: ", data); }, timeout: 2000, }; dojo.xhrGet(kw); } -- Tedy Marcos Colombini

problems with Struts 2.0.11 and Dojo

2009-03-27 Thread Tedy Marcos Colombini
ot;, handleAs:"text", load: function(response){ dojo.byId('divResult').innerHTML = response; }, error: function(data){ console.debug("An error occurred: ", data); }, timeout: 2000, }; dojo.xhrGet(kw); } -- Tedy Marcos Colombini