Re: Struts2 - Ajax submit not working: Please advise

2011-07-19 Thread jayakarjayaraman
trace out why its not working in IE 7. any one knows please reply. -- View this message in context: http://struts.1045723.n5.nabble.com/Struts2-Ajax-submit-not-working-Please-advise-tp3495486p4613051.html Sent from the Struts - User mailing list archive at Nabble.com

Struts2 - Ajax submit not working: Please advise

2010-04-30 Thread Kartik Kumar
Hi All, I am experiencing some issues with ajax submit with Struts2. I am trying to do an asynchronous post to an action class that will make a crud call and return back the html page with the updated input value. I am able to get the result when posting to form action without using ajax. <%@ ta