<%@ include file="/project/include.jsp" %> <shell:fieldset title="Prestazioni"> <table border="0" cellspacing="3" cellpadding="0" > <tr> <td class="form-label"> <shell:label prop="prestazioni" /> </td> <td class="form-values"> <bui:out modes="view"> <shell:grid numOfRows="5" property="tipoPrestazioni" description="codice; descrizione" /> </bui:out> <bui:out modes="create, update"> <j:bind prop="tipoPrestazioni"> <shell:swap swapId="prestazioniId" /> </j:bind> </bui:out> </td> </tr> </table> </shell:fieldset>