Hello,

accessing the http header with JSTL is quite easy:
${header}

but how can I do it using OGNL ?

<s:property value="%{request.header.referer}" />
<s:property value="%{header.referer}" />
Nothing is working.

The Problem is that request.getHeader() is never pushed onto the value stack. How can I enable it ?

thanks
Volker

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

Reply via email to