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 it on 2.0.9? We tried notifyTopics, but this one executes the javascript code before and after calling. -- Eduardo Yáñez Parareda