Difference between html:submit and JS submit.

2005-11-07 Thread Jim Reynolds
I posted this email a week ago, and received no response, so I am going to try again and change my verbage. Below is a JSP file which uses struts client-side validation. The validtion works great when you use either the html:submit or a normalinput type=submit. This is all good. Problem is, when

RE: Difference between html:submit and JS submit.

2005-11-07 Thread Scott Piker
) { if validateAddressForm(form) { form.submit(); } } HTH, - Scott -Original Message- From: Jim Reynolds [mailto:[EMAIL PROTECTED] Sent: Monday, November 07, 2005 2:49 PM To: user@struts.apache.org Subject: Difference between html:submit and JS

Re: Difference between html:submit and JS submit.

2005-11-07 Thread Rahul Akolkar
@struts.apache.org Subject: Difference between html:submit and JS submit. I posted this email a week ago, and received no response, so I am going to try again and change my verbage. Below is a JSP file which uses struts client-side validation. The validtion works great when you use either