On Mon, 18 Mar 2002, John Baker wrote:

> Is this possible:
> 
> if (request.getAttribute("moo" != null) {
> 
> }
> 
> Using c:if

Yes.  It's directly possible with the 'rtexprvalue' library.  If you
want to use the expression language, say

  ${request.moo != null}

--
Shawn Bayern
Author, "JSP Standard Tag Library"  http://www.jstlbook.com
(coming this summer from Manning Publications)


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

Reply via email to