Users Mailing List
Reply-To: "Struts Users Mailing List"
Subject: Re: Reference to static field as parameter value in Struts2
I am surprised this worked for you. But can't the average way execute a
static method?
On Sun, Jul 8, 2012 at 3:07 AM, JOSE L MARTINEZ-AVIAL wrote:
>
I am surprised this worked for you. But can't the average way execute a
static method?
On Sun, Jul 8, 2012 at 3:07 AM, JOSE L MARTINEZ-AVIAL wrote:
> Well, after all it works just fine, I don't know what I was doing wrong. I
> needed something more complicate than just a static field, I needed to
Well, after all it works just fine, I don't know what I was doing wrong. I
needed something more complicate than just a static field, I needed to
execute a static method, and then a getter from the returned object. The
final solution was:
${@zzz.yyy.xxx.Myclass@getInstance
().getValue()}
2012/7/
3 matches
Mail list logo