I am trying to customize RadioChoice so that it puts the options into a
nice table.  I found setPrefix and setSuffix, but I cant just do
setSuffix(" ") because I want to have a differenct prefix & suffix
based on the index (for example create a new row in a table for every
4th option).

 

getPrefix and getSuffix are final methods, so I can't override them.
Does anyone know of a way that I can accomplish this task using
RadioChoice? Or will I have to go with a RadioGroup ...I'd rather have
the list of options generated dynamically than from the HTML, if
possible.

 

Thanks for any help!

-Clay

 

Reply via email to