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

Form fields not submitted in IE

2009-04-29 Thread Martin.Pienaar
Hi All I'm using an onchange event of a select field to trigger the elements within a div to be replaced via an ajax call. This works perfectly in FireFox, but in IE 6 and IE 7, the form fields are not posted with the ajax call. So I cannot tell what has been selected in the select field. How c