Re: Validation Issue - Validation Not Taking Affect

2006-05-09 Thread josh t
I've tried several things, but the form filed is not being validated. Am I doing the nested form attribute right in the validator.xml? josh t <[EMAIL PROTECTED]> wrote: I'm trying to set up a very basic(generic) validation with struts 1.1 (and tiles) and I can not get it to work. I'm not getti

RE: Validation Issue - Validation Not Taking Affect

2006-05-09 Thread josh t
My form is extending ValidatorActionForm, not ValidateActionForm. Sorry about that. Extending ValidatorForm instead didn't help. Since I'm not getting any sort of errors, it's very hard to figure out where the issue may reside. "Chaudhary, Harsh" <[EMAIL PROTECTED]> wrote: I am not

RE: Validation Issue - Validation Not Taking Affect

2006-05-09 Thread Chaudhary, Harsh
I am not 100% on this as I don't know the package "org.apache.struts.chain.commands.servlet.ValidateActionForm" very well, but try extending your form from ValidatorForm from: org.apache.struts.validator.ValidatorForm Harsh. -Original Message- From: josh t [mailto:[EMAIL PROTECTED] Se