public static field of a public inner class can't be accessed as @fqclassn...@field in struts 2

2009-02-04 Thread Saikat Podder
I found in the OGNL Language reference that the a static field of a class has to be referenced using the syntax @fqclassn...@field where FQClassName is the fully qualified name of the target class. It is working for any normal class. But I failed to access the fields of an inner class using the s

Re: How to display composite listValue in listValue tag in Struts 2 without using iterator

2009-02-03 Thread Saikat Podder
> I answered it there, have a look. > > Cheers, > S. > > On Wed, Feb 4, 2009 at 2:58 AM, Saikat Podder > wrote: >> >> Hello Friends, >> >> >> I am new to Struts 2 & I need your little help to clear a confusion. >> >> I want to disp