Re: [S2]Accessing value stack with jstl

2009-07-01 Thread Dave Newton
Volker Krebs wrote: we recently update from struts 2.0.14 to struts 2.1.6 In struts 2.0.14 org.apache.struts2.dispatcher.StrutsRequestWrapper was delegating to the Value Stack. This meant that in my JSP Page: was the same as ${foo} With struts 2.1.6 this doesn't seem to work. How can I enable i

Re: [S2]Accessing value stack with jstl

2009-07-01 Thread Volker Krebs
Volker Krebs schrieb: Volker Krebs schrieb: Hello, we recently update from struts 2.0.14 to struts 2.1.6 In struts 2.0.14 org.apache.struts2.dispatcher.StrutsRequestWrapper was delegating to the Value Stack. This meant that in my JSP Page: was the same as ${foo} With struts 2.1.6 this doesn't

Re: [S2]Accessing value stack with jstl

2009-07-01 Thread Volker Krebs
Volker Krebs schrieb: Hello, we recently update from struts 2.0.14 to struts 2.1.6 In struts 2.0.14 org.apache.struts2.dispatcher.StrutsRequestWrapper was delegating to the Value Stack. This meant that in my JSP Page: was the same as ${foo} With struts 2.1.6 this doesn't seem to work. How can I