RE: ActionErrors and the example code

2004-05-20 Thread christopher
m: "Matthias Wessendorf" <[EMAIL PROTECTED]> Date: Thu, 20 May 2004 16:32:52 +0200 Subject: RE: ActionErrors and the example code hi christopher, if i understand you right, you watch RegistrationForm.java note, that this class extends ValidatorForm and not ActionForm. ActionForm.validat

RE: ActionErrors and the example code

2004-05-20 Thread Matthias Wessendorf
/share/org/apache/st ruts/validator/ValidatorForm.java?view=markup cheers, Matze > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 20, 2004 11:05 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: ActionErrors

ActionErrors and the example code

2004-05-20 Thread christopher
I have developed my way around this issue, but I wanted to pass it by you to see if my logic is not flawed. In the example given with the Struts packages, it performs validation within a form like so: public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) { // Perfo