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 <[EMAIL PROTECTED] > 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 <[EMAIL PROTECTED]> 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 :-)


Reply via email to