RE: DynaValidator can't get validation to work

2003-11-25 Thread M.Schipperheyn
Well, it's working. I didn't put the form-validation tags around the formset tags in the validator.xml. A *stupid* mistake and after all the frollocking around the struts source code, it took the Struts console to make me realize it. Of course, some kind of error message would have been nice, but s

RE: DynaValidator can't get validation to work

2003-11-23 Thread Joe Hertz
e and we can compare notes. -Joe > -Original Message- > From: M.Schipperheyn [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 23, 2003 5:29 PM > To: [EMAIL PROTECTED] > Subject: RE: DynaValidator can't get validation to work > > > Still problems. I have use

RE: DynaValidator can't get validation to work

2003-11-23 Thread M.Schipperheyn
Still problems. I have used the debugger to step through the chain of events. In org.apache.commons.validator.Validator in the validate method at line 577, it returns null for the form. As far as I can see, this means that it doesn't get any validation rules for the form from the framework. I also

RE: DynaValidator can't get validation to work

2003-11-23 Thread M.Schipperheyn
>Your login.jsp seems to be missing the form and fields. Do you have your > in it so you get the validation code? >Does your login page form also set the ? I don't want to use Javascript. I just want a list at the top of the form that displays the errors after a submit. The form stuff was just le

RE: DynaValidator can't get validation to work

2003-11-22 Thread David Friedman
Your login.jsp seems to be missing the form and fields. Do you have your in it so you get the validation code? Does your login page form also set the ? Regards, David -Original Message- From: M.Schipperheyn [mailto:[EMAIL PROTECTED] Sent: Saturday, November 22, 2003 1:31 PM To: [EMAIL P