Re: Checkbox Validation Help Needed

2005-03-16 Thread Niall Pemberton
Just use the "required" validator. Niall - Original Message - From: "Scott Purcell" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 16, 2005 4:18 PM Subject: Checkbox Validation Help Needed I am working on a project where I have the need to

Checkbox Validation Help Needed

2005-03-16 Thread Scott Purcell
I am working on a project where I have the need to validate a checkbox being 'on' . It is the usual accept our license, or you cannot enter site. In the jsp page we are using this: And in my bean I have a getter and setter with a boolean value: eg: setTerms(boolean val) boolean getTerms() an