Re: s:url & s:param does not work on struts 2.3.15.1

2013-08-19 Thread Omar Ngarigari
Thanks Chris, it works with ${stateName} From: Chris Pratt To: Struts Users Mailing List Cc: Omar Ngarigari Sent: Monday, August 19, 2013 1:44 PM Subject: Re: s:url & s:param does not work on struts 2.3.15.1 It might even work using *$*{stateName}.

Re: s:url & s:param does not work on struts 2.3.15.1

2013-08-19 Thread Chris Pratt
It might even work using *$*{stateName}. But, like Dave I don't think the tag body is searched for OGNL expressions. (*Chris*) On Mon, Aug 19, 2013 at 10:34 AM, Dave Newton wrote: > Does it work if you use: > > > > I actually didn't know it'd work with an OGNL expression as a tag body.

Re: s:url & s:param does not work on struts 2.3.15.1

2013-08-19 Thread Dave Newton
Does it work if you use: I actually didn't know it'd work with an OGNL expression as a tag body. Dave On Mon, Aug 19, 2013 at 1:22 PM, Omar Ngarigari wrote: > Hello, > > I am in the process of upgrading my struts2.3.1.2 application to > struts2.3.15.1. Everything works fine except the

s:url & s:param does not work on struts 2.3.15.1

2013-08-19 Thread Omar Ngarigari
Hello, I am in the process of upgrading my struts2.3.1.2 application to struts2.3.15.1. Everything works fine except the and tags. In struts2.3.1.2, I have the following code in jsp file   %{stateName} Add I used to get correct state name when using struts2.3.1.2. However, using st