Hi,
I am usging convetion. All my actions extended a base action like
public class AccountAction extends MyBaseActionSupport{
}
The convention maps the MyBaseActionSupport too.
Is there any way we can avoid it.
~Regards,
~~Alireza Fattahi
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
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
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.
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}.
But,
5 matches
Mail list logo