cilquirm wrote:
you could do this

<c:set var="req" value="${pageContext.request}"/>

<s:property value="\%{ attr['req'].contextPath }"/>

<s:property value="\%{ attr['req'].pathInfo }"/>

Isn't the request on the valuestack?
<s:property value="%{#request.contextPath}"/> should be all you need...

http://wiki.opensymphony.com/display/OGNL/OGNL+Basics

-Dale

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

Reply via email to