<%@ include file="/project/include.jsp" %> <table border="0" cellspacing="3" cellpadding="0" width="90%"> <tr> <td class="form-label"> <shell:label prop="prestazioni" /> </td> <td class="form-values"> <bui:out modes="view"> <shell:grid description="codice; descrizione" slave="tipiPrestazione" /> </bui:out> <bui:out modes="create, update"> <j:bind prop="tipiPrestazione"> <shell:swap swapId="tipiPrestazioniId" /> </j:bind> </bui:out> </td> </tr> </table>