Javascript validation for struts form field elements

2003-07-31 Thread Veena B N
Hi I am using struts form for jsp pages. I have a actionForm which initialises a value object(which has getter and setter methods). So my form field elements are specified as below in my jsp page-- html:form action=createItemdata method=GET name=inqform type=com.xyz.abc.forms.oma.InquiryForm

RE: Javascript validation for struts form field elements

2003-07-31 Thread Veena B N
Message- From: Veena B N [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 7:13 AM To: '[EMAIL PROTECTED]' Subject: Javascript validation for struts form field elements Hi I am using struts form for jsp pages. I have a actionForm which initialises a value object(which has getter