James Neville wrote:

Well, I was using this tag earlier in the week. (We've been trying to
stay away from any Struts specific tags until recently too - we're
locked in now anyway, so we might as well).

Would this work for you with JSTL? You probably want to throw in a test for not empty also.

<c:if test='${ requestScope["org.apache.struts.action.ERROR"] ne null }'>
        ..........
</c:if>




-- Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to