ValidatorForm and ValidatorActionForm should be subclassed if you are not using dynamica forms and you want to leverage the Struts Validation framework.
robert > -----Original Message----- > From: Jan Dirksen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 16, 2003 11:51 AM > To: [EMAIL PROTECTED] > Subject: struts validator framework > > > hi, > just a question about using the validator-fw. > > i want to describe a formbean in struts-config > incl. its proberties. > > like: > <formBeans name="logon" type="???"> > <form-property name="user" type="java.lang.String"/> > <form-property name="password" > type="java.lang.String"/> > </form-bean> > > for validation i want to use the framework > > > i guess: > -DynaValidatorForm: validation rules are executed > based on form name > > -DynaValidatorActionForm: validation rules are > executed based on action mapping > > > and what are the classes: > ValidatorForm > ValidatorActionForm > > for? > > > thanks > jan > > __________________________________________________________________ > > Gesendet von Yahoo! Mail - http://mail.yahoo.de > Logos und Klingelt�ne f�rs Handy bei http://sms.yahoo.de > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

