Re: Reference to static field as parameter value in Struts2

2012-07-10 Thread jlmagc
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: >

Re: Reference to static field as parameter value in Struts2

2012-07-10 Thread John Keats
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

Re: Reference to static field as parameter value in Struts2

2012-07-07 Thread JOSE L MARTINEZ-AVIAL
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/