users@woodstock.java.net

Re: Checkbox Group "columns" problem

From: Dan Labrecque <Dan.Labrecque_at_Sun.COM>
Date: Wed, 22 Aug 2007 10:03:59 -0400

I believe there is a problem with how columns are implemented in the new
checkbox/radiobutton group widgets. I recall making a code review
comment about this issue, but I don't think it was addressed. Please
file an issue.

Dan

Brett Bergquist wrote:
> I have a checkbox group with the months January through December. I
> would like to render this as two rows and 6 columns. My tag looks like:
>
> <webuijsf:checkboxGroup binding="#{Page1.checkboxGroup1}" columns="6"
> id="checkboxGroup1"
>
> items="#{Page1.checkboxGroup1DefaultOptions.options}" style="left:
> 168px; top: 24px; position: absolute"/>
> What is rendered does not seem to respect the
> 'columns="6" property. It seems to depend only on the width of the
> containing container.
>
> Any ideas what is wrong?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>