I think that your radio group is bound to a property, in which case, can you just set your property and the radio group would automatically reflect this when it is rendered?
> Hello! > > I'm currently working on a RadioGroup which includes 1, 2 or 3 > RadioButtons. The decision which Buttons will be shown is done at > runtime. However, I'd like to select the first visible button of this > group as the default selection. > > Can anybody give me a hint on how I could solve this problem? > > I've tried to use the pageBeginRender or renderComponent methods of > the component embedding the RadioGroup. But that didn't solve my > problem. The selection binding of the RadioGroup was set to my chosen > default value, but the at that moment the RadioButtons have already > been rendered and therefore no Button was selected. > > Christian > > P.S. JavaScript is a solution - I know - but I'd like to solve it > without it ;-) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]