Re: Iterate through a List of Maps

2010-12-13 Thread JOSE L MARTINEZ-AVIAL
> > Dave > > > > On Monday, December 13, 2010, JOSE L MARTINEZ-AVIAL > > wrote: > > > Hello all, I'm trying to iterate through a List of Maps(I have a method > > > "public List getRecords()" in the action) using s:iterat

Re: Iterate through a List of Maps

2010-12-13 Thread Steven Yang
fore the > variable name when referencing vars defined by things like an iterator > tag. > > Dave > > On Monday, December 13, 2010, JOSE L MARTINEZ-AVIAL > wrote: > > Hello all, I'm trying to iterate through a List of Maps(I have a method > > "public List

Re: Iterate through a List of Maps

2010-12-13 Thread Dave Newton
What version? Early versions sometimes required a "#" before the variable name when referencing vars defined by things like an iterator tag. Dave On Monday, December 13, 2010, JOSE L MARTINEZ-AVIAL wrote: > Hello all, I'm trying to iterate through a List of Maps(I have a met

Iterate through a List of Maps

2010-12-13 Thread JOSE L MARTINEZ-AVIAL
Hello all, I'm trying to iterate through a List of Maps(I have a method "public List getRecords()" in the action) using s:iterator. I can iterate through the List without problems, but I can not get it to iterate through the entries of the map. So fa