You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Michael Baranov <mi...@gmail.com> on 2006/04/17 23:10:57 UTC

a table with check boxes

Hello!

Quite a newbie question, probably very lame:

Is it possible (and how?) to make a data table with boolean value column 
represented as check boxes?

Thanks!

P.S. Well, if there would have been more examples/docs around, I would 
not bother the list with such questions... sorry :-)

Re: a table with check boxes

Posted by Andrew Robinson <an...@gmail.com>.
Otherwise, if you don't want that full functionality, just put in a check
box:

<t:dataTable var="myItem">
<t:column>
<t:selectBooleanCheckbox value="#{myItem.something}"/>
</t:column>
</t:dataTable>

On 4/17/06, Andrew Robinson <an...@gmail.com> wrote:
>
> www.jenia.org
>
> Have a look at the data tools. There are select many (check box) and
> select one (radio buttons) for data tables.
>
> -Andrew
>
>
> On 4/17/06, Michael Baranov <mi...@gmail.com> wrote:
> >
> > Hello!
> >
> > Quite a newbie question, probably very lame:
> >
> > Is it possible (and how?) to make a data table with boolean value column
> > represented as check boxes?
> >
> > Thanks!
> >
> > P.S. Well, if there would have been more examples/docs around, I would
> > not bother the list with such questions... sorry :-)
> >
>
>

Re: a table with check boxes

Posted by Andrew Robinson <an...@gmail.com>.
www.jenia.org

Have a look at the data tools. There are select many (check box) and select
one (radio buttons) for data tables.

-Andrew

On 4/17/06, Michael Baranov <mi...@gmail.com> wrote:
>
> Hello!
>
> Quite a newbie question, probably very lame:
>
> Is it possible (and how?) to make a data table with boolean value column
> represented as check boxes?
>
> Thanks!
>
> P.S. Well, if there would have been more examples/docs around, I would
> not bother the list with such questions... sorry :-)
>