Re: Struts 1.3.5 - Radio Button validation

2007-01-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Laurie, Laurie Harper wrote: > Actually, assuming it's a radio button group that maps to a single > property, you probably just need the 'required' validation to ensure > that property has a value. You should only need 'validwhen' if there are > multi

Re: Struts 1.3.5 - Radio Button validation

2007-01-30 Thread Laurie Harper
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pushkar, [EMAIL PROTECTED] wrote: Can you please tell me whether I can validate a set of radio buttons so that atleast one of them is checked, using the struts validation.xml? Is there a pre-defined validator method (like

Re: Struts 1.3.5 - Radio Button validation

2007-01-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pushkar, [EMAIL PROTECTED] wrote: > Can you please tell me whether I can validate a set of radio buttons so that > atleast one of them is checked, using the struts validation.xml? Is there a > pre-defined validator method (like required) defined for t

Struts 1.3.5 - Radio Button validation

2007-01-30 Thread pushkar . p
Hi all, Can you please tell me whether I can validate a set of radio buttons so that atleast one of them is checked, using the struts validation.xml? Is there a pre-defined validator method (like required) defined for that or will I have to write a custom validator method? Thanks. -Pushkar