|
Hi all. With lastest
versi�n of displaytag (1.0b3)
(where access to list has changed and now is with the form name=”${…}”)
I�m having problems if I try to use nested tables
because I don’t know which is the correct syntax to do it. If I have one
list (HashSet => accountDistributions)
in sessionScope and in it other list (HashSet too => costCentersDistributions)
how can I do to access to the second list? Here is my code. <display:table� width="98%" class="bordecolor" border="0" cellspacing="1"
cellpadding="1" name="${sessionScope.supplierFormExt.codification.accountDistributions}"
id="accountDistributions"> ����������� <display:column width="10%"
align="left" property="account.number"
�headerClass="celdatitulo" class="txtnegro"� title="Code" /> ����������� <display:column width="30%"
align="left" property="account.description"
headerClass="celdatitulo"
class="txtnegro"� title="Account" />��������� ����������� <display:column width="8%"
align="left" property="percentage" headerClass="celdatitulo" class="txtnegro"� title="Percentage" /> ����������� <display:column width="8%"
align="left" property="amount" headerClass="celdatitulo" class="txtnegro"� title="cuantity"
/>������������������������������������������������������������������� <display:column width="44%" align="center" title="Cost-Centers"
class="txtnegro"> <display:table� width="98%" class="bordecolor" border="0" cellspacing="1"
cellpadding="1" name="******************" id="costCentersDistributions"> ����������� ����������������������� <display:column width="50%" align="left"
property="percentage" headerClass="celdatitulo" class="txtnegro"� title="Percentage" /> ����������� ����������������������� <display:column width="50%" align="left"
property="amount" headerClass="celdatitulo" class="txtnegro"� title="cuantity"
/>��������������������� ����������� </display:column> </display:table> Thanks in advance. |

