With the beta 2 release, the following doesn't work:
<c:out value="${request.myAttribute}"/>
However, this does:
<c:out value="${myAttribute}"/>
Is this "as designed" and if so, is this an efficient way - I'd rather
search the specific scope, probably more efficient.
Thanks,
Matt
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
