kevin_zhai wrote:
Hi Jeff
Thanks your response,I just want use <t:dataTable> to implement
<http://www.nabble.com/file/3932/pro.jpg >
Ah, I see.
I think what you want is a table where:
column 1 contains a checkbox component.
column 2 contains two components:
* a panelGroup containing a text input and a label
* a t:dataList (or possibly an h:dataTable)
where only one of these has rendered=true
column 3 contains a text output
etc.
The dataList component incolumn 2 can then render any number of radio
buttons.
Note that what radio buttons are rendered depends on the data model of
the nested t:dataList or h:dataTable. They are not direct children of
the main table, so its list of direct children is fixed.
Regards,
Simon