Thanks a lot, I will try it.

2010/10/15 Robert Taylor <rtay...@dtgresults.com>:
> Hi Li,
>
> JSTL and EL give you access to the implicit pageContext object.
> From there you can access attributes from request and session.
>
>
> For example:
> <c:set var="contextPath" value="${pageContext.request.contextPath}"/>
>
> And then use contextPath variable however you wish.
>
> I'm not sure how this would translate into an OGNL expression.
> But I'm sure others on this list do :)
>
> /robert
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to