Re: Write Own Validation Instead of Using validation.xml

2004-10-12 Thread Jeff Beal
Caroline Jen wrote: I am submitteing a form. This form provides check boxes for multiple selections. I am not using the validation.xml to validate if "none" is selected. Instead, I am going to use the validate(). 1. Do I write this validate() in the form class that extends the ActionForm? Yes

Write Own Validation Instead of Using validation.xml

2004-10-12 Thread Caroline Jen
I am submitteing a form. This form provides check boxes for multiple selections. I am not using the validation.xml to validate if "none" is selected. Instead, I am going to use the validate(). 1. Do I write this validate() in the form class that extends the ActionForm? 2. how do I write this