<%@ include file="/project/include.jsp" %> <shell:fieldset title="Informazioni utente"> <table border="0" cellspacing="3" cellpadding="0" width="100%" > <tr> <td class="form-label" width="15%"> <shell:label prop="data" /> </td> <td class="form-values" width="30%"> <j:tile name="shell.plaintext" prop="data" /> </td> <td class="form-label" width="15%"> <shell:label prop="type" /> </td> <td class="form-values" width="30%"> <j:tile name="shell.plaintext" prop="type" /> </td> </tr> <tr> <td class="form-label"> <shell:label prop="code" /> </td> <td class="form-values" colspan="3"> <j:tile name="shell.plaintext" prop="code" /> </td> </tr> <tr> <td class="form-label"> <shell:label prop="fields" /> </td> <td class="form-values" colspan="3"> <shell:grid property="fields" description="key,30%; value,70%;" numOfRows="5"/> </td> </tr> </table> </shell:fieldset>