T
tomo
I have a form like this
<table>
<tr>
<td><iceutputText value="some"/></td>
<td><ice:inputText value="#{someBean.someValue1}"/>
</tr>
.....and same <tr> structure reapeting 300 times with different outputext and
inputtext value ofcourse
<table>
which i solved with
<ice:dataTable value="#{someBean.someTable}" var="var">
<ice:column>
<f:facet name="header">
<hutputText value="#{var.someValue1}"></hutputText>
</f:facet>
</ice:column>
<ice:column>
<f:facet name="header">
<ice:inputText value="#{var.someValue2}"
</f:facet>
</ice:column>
</ice:dataTable>
and in the second solution table has 300 records.
Is there a better solution ?
thanks in advance
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4576 (20091105) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
<table>
<tr>
<td><iceutputText value="some"/></td>
<td><ice:inputText value="#{someBean.someValue1}"/>
</tr>
.....and same <tr> structure reapeting 300 times with different outputext and
inputtext value ofcourse
<table>
which i solved with
<ice:dataTable value="#{someBean.someTable}" var="var">
<ice:column>
<f:facet name="header">
<hutputText value="#{var.someValue1}"></hutputText>
</f:facet>
</ice:column>
<ice:column>
<f:facet name="header">
<ice:inputText value="#{var.someValue2}"
</f:facet>
</ice:column>
</ice:dataTable>
and in the second solution table has 300 records.
Is there a better solution ?
thanks in advance
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4576 (20091105) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com