Is it possible to validate a group of checkboxes using the validator

2002-09-20 Thread Matt Raible
I have a bunch of checkboxes (filters) on a search screen. I want to make sure the user selects at least one of these boxes before continuing - is this possible to configure/do with the Validator Plug-In? I'm using Struts 1.1B2. Thanks, Matt -- To unsubscribe, e-mail: mailto:[EMAIL

RE: Is it possible to validate a group of checkboxes using the validator

2002-09-20 Thread Galbreath, Mark
I'm not familiar with Validator, but you could certainly check the Request object in your associated Action class. Mark -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 2:49 AM I have a bunch of checkboxes (filters) on a search screen. I