<s:form action="report!reportCliente">
<table id="table" class="table">
<tr>
<th id="th" class="th"><s:text name="ID"/></th>
<th id="th" class="th"><s:text name="DATA"/></th>
<th id="th" class="th"><s:text name="ORA"/></th>
<th id="th" class="th"><s:text name="MITTENTE"/></th>
<th id="th" class="th"><s:text name="SOCIETA"/></th>
<th id="th" class="th"><s:text name="DESTINATARIO"/></th>
<th id="th" class="th"><s:text name="SERVIZIO"/></th>
<th id="th" class="th"><s:text name="STATO"/></th>
<th id="th" class="th"><s:text name="DETTAGLIO"/></th>
</tr>
<s:iterator value="report.lettereVettura" status="rowstatus">
<tr>
<td id="td" class="td"><s

roperty value="identificativo"/></td>
<td id="td" class="td"><s

roperty value="dataAttuale"/></td>
<td id="td" class="td"><s

roperty value="oraAttuale"/></td>
<td id="td" class="td"><s

roperty value="mittente.nominativo"/></td>
<td id="td" class="td"><s

roperty value="destinatario.societa"/></td>
<td id="td" class="td"><s

roperty value="destinatario.nominativo"/></td>
<td id="td" class="td"><s

roperty value="servizio"/></td>
<td id="td" class="td"><s

roperty value="stato"/></td>
<td id="td" class="td"><s:a onclick="addParameterCall('POST','lettereVettura!r icercaLetteraReport.action','idLettera=%{idLettera Vettura}','content');">Dettaglio</s:a></td>
</tr>
</s:iterator>
</table>
</s:form>