>> 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. Ah, sorry. It's a runtime error saying that javax.servlet.... (ie. PageContext.SESSION) doesn't exist as bean. -- Matthias (mailto:[EMAIL PROTECTED])
- [Q] How to query session.isNew() with struts:logic tag... Matthias Kerkhoff
- Re: [Q] How to query session.isNew() with struts:... Craig R. McClanahan
- Re: Re[2]: [Q] How to query session.isNew() w... Matthias Kerkhoff
- Re: Re[2]: [Q] How to query session.isNew... Joe Peer
- Re[4]: [Q] How to query session.isNew... Matthias Kerkhoff
- Re: [Q] How to query session.isN... Craig R. McClanahan
- Re: [Q] How to query session... Joe Peer
- Re: [Q] How to query session... Joe Peer
- Re: [Q] How to query ses... Craig R. McClanahan
- Re[2]: [Q] How to query sess... Matthias Kerkhoff
- Re: [Q] How to query session.isNew() ... Craig R. McClanahan

