I'm struggling with displaying a request attribute with the
Standard tag library. I would like to display the
javax.servlet.error.message request attribute, but nothing
is displaying. The following format doesn't display anything:
<c:out value="${requestScope.javax.servlet.error.message}" />
However, I can see an error message if I use this:
<c:out value="${pageContext.exception.message}"/>
Is there a trick to displaying request attributes with
JSTL? Is the expression language interpreting the periods
in the attribute name?
Regards,
Garrel Renick
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]