<%@ include file="/project/include.jsp" %> <j:tile slave="clausoleWhere" name="shell.slaveToolbar" /> <shell:grid description="parametri;condizione,%85" slave="clausoleWhere" /> <shell:fieldset title="Clausola di WHERE"> <table border="0" cellspacing="3" cellpadding="0" > <tr> <td> <table border="0" cellspacing="3" cellpadding="0" > <tr> <td class="form-label"> <shell:label prop="parametri" /> </td> <td class="form-values"> <bui:out slave="clausoleWhere" modes="view"> <j:tile slave="clausoleWhere" name="shell.plaintext" prop="parametri" /> </bui:out> <bui:out slave="clausoleWhere" modes="create, update"> <j:bind prop="parametri"> <j:text class="form-long-text" /> <shell:error /> </j:bind> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="condizione" /> </td> <td class="form-values"> <bui:out slave="clausoleWhere" modes="view"> <j:tile slave="clausoleWhere" name="shell.plaintext" prop="condizione" /> </bui:out> <bui:out slave="clausoleWhere" modes="create, update"> <j:bind prop="condizione"> <j:textarea class="form-long-textarea" /> <shell:error /> </j:bind> </bui:out> </td> </tr> </table> </td> </tr> </table> </shell:fieldset>