Hi all,

I'm encoutring a lyout problem, maybe this will sound like a feture request:
I'm attemping to layout a list of checkboxes belonging to the same value.
here's my code:


            <tc:selectManyCheckbox value="">

                  <f:facet name="layout">

                        <tc:gridLayout columns="*;*"/>

                  </f:facet>

                  <tc:selectItem itemLabel="Lundi"/>

                  <tc:selectItem itemLabel="Mardi"/>

                  <tc:selectItem itemLabel="Mercredi"/>

                  <tc:selectItem itemLabel="Jeudi"/>

                  <tc:selectItem itemLabel="Vendredi"/>

                  <tc:selectItem itemLabel="Samedi"/>

                  <tc:selectItem itemLabel="Dimanche"/>

            </tc:selectManyCheckbox>

The set of tc:selectItem will be replaced by one unique tc:selectItems. The
problem is tha the facet doesn't have any effect on the layout...

Regards,
Zied

-- 
Zied Hamdi
zatreex.sourceforge.net

Reply via email to