> properties.setSexRadioChoice(MALE); What Igor tries to say (;-) is that you can set the default value to the object instance, which your checkbox is accessing. In your case this is properties. Simply do it before you render the page / checkbox.
Because you set the property access expression to "sexRadioChoice" you have to provide a method named getSexRadioChoice / setSexRadioChoice(anything). The setter method can be used to achieve your goal. The short form was Igors answer. Cheers Per --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
