Re: Accessing http header with ognl

2009-09-01 Thread Wes Wannemacher
Try http://struts.apache.org/2.x/docs/ognl.html For non-root objects, you have to use the '#' symbol. -Wes On Tue, Sep 1, 2009 at 5:53 AM, Volker Krebs wrote: > Hello, > > accessing the http header with JSTL is quite easy: > ${header} > > but how can I do it using OGNL ? > > > > Nothing is w

Accessing http header with ognl

2009-09-01 Thread Volker Krebs
Hello, accessing the http header with JSTL is quite easy: ${header} but how can I do it using OGNL ? Nothing is working. The Problem is that request.getHeader() is never pushed onto the value stack. How can I enable it ? thanks Volker -