RE: Form fields not submitted in IE

2009-04-29 Thread Martin.Pienaar
ay, 29 April 2009 11:01 PM To: Struts Users Mailing List Subject: Re: Form fields not submitted in IE If you don't have to use struts' ajax tags, my experience is there are much better options out there for ajax purposes. Plus their ajax tags have been deprecated. JQuery does Ajax ver

Re: Form fields not submitted in IE

2009-04-29 Thread Eric Zhao
If you don't have to use struts' ajax tags, my experience is there are much better options out there for ajax purposes. Plus their ajax tags have been deprecated. JQuery does Ajax very easily. I was able to get it working in a few hours after struggling with AJax tags for days. Try this demo