Re: Ajax form submit - problem with Struts2 annotations?

2007-11-21 Thread wild_oscar
On an update to this issue, it seems that the s:submit tag with an ajax theme does not work when Struts2's action is configured with Annotations. If I switch action configuration to struts.xml, it will execute the correct method. In summary, when I try to execute the save method of my action, I

Re: Ajax Form Submit

2007-02-01 Thread Musachy Barroso
Try using "targets" instead of "resultDivId", which is deprecated, but should work anyway. Are there any javascript errors on the page when this happens? regards musachy Siva Gurusamy wrote: HI, I am having a problem in using ajax in Struts 2 Application. Can someone explain me how to resol