<%@ include file="/project/include.jsp" %> <c:choose> <c:when test="${empty fromSGTI}"> <shell:grid description="codice,10%;descrizione,30%;dataInizio,10; dataFine,10;ente,20%;servizio,20%" /> </c:when> <c:otherwise> <shell:grid description="codice,20%;descrizione,50%;dataInizio,10; dataFine,10; personalizzato,10%" /> </c:otherwise> </c:choose>