Title: Required and Radio Button Group
IValidatorDelegate is built around text fields.
 
You could hook the form's onsubmit form handler (see IForm.addEventHandler() method).  That, plus just a little client-side JavaScript to perform the check, should get you there.
----- Original Message -----
Sent: Wednesday, October 16, 2002 12:30 PM
Subject: [Tapestry-developer] Required and Radio Button Group

We would like to have a radio button group that requires that one of the options be selected.  For background, we are not using the property selection list because we have special presentation requirements.  Is there someway way using the IValidator/IValidationDelegate interfaces to make this happen?  Or any other suggestions?

Thanks...
Dorothy

Reply via email to