RE: Callback after AJAX call

2007-10-19 Thread Manu Mahajan
PM To: user@struts.apache.org Subject: Callback after AJAX call Hello, I'm new to Struts 2. In a project we're using version 2.0.9, and have some questions about AJAX calls. How could I call a javascript function after making an AJAX call? I know that in future 2.1 version there is a afterNo

Re: Callback after AJAX call

2007-10-18 Thread Alvaro Sanchez-Mariscal
You can include your javasript call in a piece of code in the jsp which is the result of the action. Make sure to include executeScripts="true" in your link/button. Alvaro. On 10/18/07, Eduardo Yáñez Parareda <[EMAIL PROTECTED]> wrote: > Hello, I'm new to Struts 2. > In a project we're using ver

Callback after AJAX call

2007-10-18 Thread Eduardo Yáñez Parareda
Hello, I'm new to Struts 2. In a project we're using version 2.0.9, and have some questions about AJAX calls. How could I call a javascript function after making an AJAX call? I know that in future 2.1 version there is a afterNotifyTopics parameter that I could use to do that, but how could I do i