Re: Select first item of RadioGroup with n Radio Buttons

2006-06-08 Thread Christian Mittendorf
Hi! Am 08.06.2006 um 04:16 schrieb Nick Westgate: I've tried to use the pageBeginRender That should work. Perhaps time to post some code ... Well, not necessary any more... sometimes it's quite helpful to take a break and have a closer look at what you've done... Using pageBeginRender is

Select first item of RadioGroup with n Radio Buttons

2006-06-07 Thread Christian Mittendorf
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