users@woodstock.java.net

Checkbox Group "columns" problem

From: Brett Bergquist <brett_at_thebergquistfamily.com>
Date: Tue, 21 Aug 2007 21:20:07 -0400

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?