radio buttons in a table, "index" attribute of t:radio
Sebastien David
Greenhorn
Joined: Apr 17, 2008
Posts: 3
posted
0
Hi,
I would like to build a datatable, containing one radio button per line. This subject is in every forums I found, but my problem is very strange. I use Tomahawk components. Here is a part of my code:
I've got a NullPointerException error when the "index" attribute of the radio component is filled with a dynamic value. If I replace index="#{index}" by index="0", it works fine but every radio button will have the same value. And If I display the #{index} via a hutputText, the line index is correctly displayed.