<%@ include file="/project/include.jsp" %> <shell:grid description="ente;dataPagamento;importoPagato,10%,-1,right;numeroVersamento" slave="ricevuti" /> <shell:fieldset title="Rate pagate"> <table border="0" cellspacing="3" cellpadding="0" style="width:100%"> <tr> <td class="form-label"> <shell:label prop="ratePagate" /> </td> <td class="form-values"> <bui:out modes="view" slave="${_slave}"> <shell:grid slave="${_slave}" description="descrizione;dataEmissione;periodoRiferimentoDa;periodoRiferimentoA;numeroRata,5%,-1,right;importoPagato,10%,-1,right;numeroBollettino" property="ratePagate" /> </bui:out> </td> </tr> </table> </shell:fieldset>