Hi Simon:
It's not img,the html code just like this:
========
<table>
<tr>
<td class="SCS_Value_c">
<input type=text name="num" size=5 class="input_text_df"
disabled> ULD
</td>
.
.
</tr>
<tr>
<td class="SCS_Value_c">
<input type=radio name="o1" disabled> UCR2U<BR>
<input type=radio name="o1" disabled> UCR2K
</td>
.
.
</tr>
<tr>
<td class="SCS_Value_c">
<input type=text name="num">
</td>
.
.
</tr>
<tr>
<td class="SCS_Value_c">
<input type=checkBox name="num">
</td>
.
.
</tr>
<tr>
.......
</tr>
.
.
</table>
========
the picture just show,what's I need to implement table,
how can I implement use jsf?,I don't know.
best regards
--
View this message in context:
http://www.nabble.com/How-to-dynamically-show-different-components-for-each-row-in-a-table-tf2548765.html#a7108351
Sent from the MyFaces - Users mailing list archive at Nabble.com.