Salve a tutti,
sto cercando di capire come prendere un valore dalla request mediante sintassi ognl 2 ed eseguire un test con tag struts 2...
la seguente sintassi non funziona:
Ho provato altre svariate combinazioni senza avere nessun esitocodice:<% String errore=request.getParameter("errorDB"); out.println("errore ="+errore); %> <table class="icad-form"> <thead></thead> <tbody> <s:if test="%{#parameters['errorDB']==1}" > <tr> <td align="right"><label><s:text name="dataEntry.error.db"/></label></td> </tr> </s:if>
grazie 1000![]()

Rispondi quotando