Matthias Kerkhoff wrote:

> Hi all,
>
> I need a hint, how I could query properties of implicit JSP variables
> like session, request or page. I tried the following, but it didn't work:
>
> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="if" %>
> <if:equal name="<%= PageContext.SESSION %>" property="new" value="true">Session is 
>new</if:equal>
>
> Is this my fault, or have I (once again) found a container bug ?
>

It would be helpful to know what kind of compile or runtime error you are getting.

>
> Thanks for your help.
>
> --
> Matthias                          mailto:[EMAIL PROTECTED]

Craig


Reply via email to