Hi,

 

I want to have in the same jsp three mutually exclusive conditions, one
of those conditions is the errors generated with a DynaForm
verification, like this:

 

 

<c:choose>

<c:when test="${requestScope.size=='0'}">

                        <!-first thing to do -->

</c:when>

<c:when test="${not empty errors}">

                        <html:errors />

            </c:when>

            <c:otherwise>

                        <!-print a fancy table here -->

            </c:otherwise>

</c:choose>

 

However the part that prints errors of the DynaForm is not working, I
mean the "<c:when test="${not empty errors}">" verification. If I leave
the tag "<html:errors />" alone (outside the c:choose tag) works
properly, however I need it working inside this block.

 

Thanks.

 

//GC



Este mensaje  de correo electronico y sus documentos adjuntos estan dirigidos  
EXCLUSIVAMENTE a los destinatarios especificados. La informacion contenida 
puede ser CONFIDENCIAL y/o estar LEGALMENTE PROTEGIDA y no necesariamente 
refleja la opinion de ENDESA. Si usted recibe este mensaje por ERROR, por favor 
comuniqueselo inmediatamente al remitente y  ELIMINELO ya que usted  NO ESTA 
AUTORIZADO al uso, revelacion, distribucion, impresion o copia de toda o alguna 
parte de la informacion contenida. Gracias. 

This e-mail message and any attached files are intended SOLELY for the 
addressee/s identified herein. It may contain CONFIDENTIAL and/or LEGALLY 
PRIVILEGED  information and may not necessarily represent the opinion of 
ENDESA. If you receive this message in ERROR, please immediately notify the 
sender and DELETE it since you ARE NOT AUTHORIZED  to use, disclose, 
distribute, print or copy all or part of the contained information. Thank you

Reply via email to