checkboxmultiplechoice uses ichoicerenderer afaik, did you mean checkgroup?

radiogroup/checkgroup work differently, they leave all text generation
up to the user so no choice renderer is required.

-igor

On Thu, May 15, 2008 at 1:01 PM, Hoover, William <[EMAIL PROTECTED]> wrote:
> For consistency sake, wouldn't it be wise to use IChoiceRenderer for
> RadioGroup and CheckBoxMultipleChoice? Seems like a natural solution to
> override IChoiceRenderer#getIdValue(...) to infer IDs for selection
> comparison the same way that it is being done in DropDownChoice.
> Otherwise, how else can you use two different model object instances
> that share the same ID to be selectable?
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to