RE: automatically calling validate() of ActionForm

2001-10-23 Thread struts
ECTED]] > Sent: 23 October 2001 10:57 > To: [EMAIL PROTECTED] > Subject: automatically calling validate() of ActionForm > > > Hi! > > my application doesn't automatically call the validate() function in my > ActionForm-extending class. I added the form to the struts

RE: automatically calling validate() of ActionForm

2001-10-23 Thread Geddes, Mark (ANTS)
Does you element in struts-config include the attribute validate="true" ? Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 23 October 2001 10:57 To: [EMAIL PROTECTED] Subject: automatically calling validate() of ActionForm Hi! my applicati

automatically calling validate() of ActionForm

2001-10-23 Thread struts
Hi! my application doesn't automatically call the validate() function in my ActionForm-extending class. I added the form to the struts-config file in the right manner, but it won't work. The form is filled and passed to the Action-class, but it won't execute validate(). If I try to call form.val