Hi, i´m trying to do something like the example "A div that calls the server,
and JS in the resulting page is executed" in the showcase. But with a little
diference, i´m not using the href in the s:div tag, i´m just using a link to
reload the content. 

The problem is that the scripts in the reoladed content is not being
executed, any idea?

<s:url id="test3" value="/Test3.action" />

<s:a href="%{test3}" theme="ajax" targets="error" loadingText="Cargando
...">Alta persona</s:a>

<s:div
        id="error"
        cssStyle="border: 1px solid yellow;"
        theme="ajax"
        delay="1000"
        executeScripts="true"
        loadingText="reloading">loading now</s:div>

Thanks.
-- 
View this message in context: 
http://www.nabble.com/executeScript-not-working--tf4227213.html#a12025957
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to