Re: Problem accessing iterated object (

2008-07-26 Thread Dhiraj Thakur
try using jstl "> Regards, Dhiraj On Wed, Jul 23, 2008 at 9:50 PM, Lukasz Lenart <[EMAIL PROTECTED] > wrote: > > I don't think the var will work always, ie I am using struts 2.0.6 > > The webworl.tld does not contain the var. > > var was introduced with Struts 2.1 and id was depreacted > >

Re: Problem accessing iterated object (

2008-07-23 Thread Lukasz Lenart
> I don't think the var will work always, ie I am using struts 2.0.6 > The webworl.tld does not contain the var. var was introduced with Struts 2.1 and id was depreacted Regards -- Lukasz http://www.lenart.org.pl/ - To unsubsc

RE: Problem accessing iterated object (

2008-07-23 Thread Jishnu Viswanath
s Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Jim Kiley [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2008 9:26 PM To: Struts Users Mailing List Subject: Re: Problem accessing iterated object ( wrote: > > Plsease,

Re: Problem accessing iterated object (

2008-07-23 Thread Jim Kiley
The 'status' variable does not hold the individual instance. It holds an IteratorStatus object, which does things like tell you whether this row is odd or even. You want to do var="document" instead. On Wed, Jul 23, 2008 at 11:53 AM, holod <[EMAIL PROTECTED]> wrote: > > Plsease, see my code: >