Re: OGNL map key reading

2010-11-19 Thread Emil Dombagolla
Thanks you very much for this solution , you saved me. first option works for me very well, thanks In advance. Emil On Thu, Nov 18, 2010 at 5:32 PM, Li Ying wrote: > try: > > invoke the [get] method on map: > > > or > reference property on map: > > > > or > iterator on values of map: > >

Re: OGNL map key reading

2010-11-19 Thread Emil Dombagolla
Thanks for the soultion, it s true, i can handle that way Emil On Wed, Nov 17, 2010 at 9:25 PM, Steven Yang wrote: > so currentPageHotelList[#stat.index] gives a Map? > > if ur using an iterator u can just do > <-- of course u can use "top" as well > but l like giving it a name > > > > On We

Re: OGNL map key reading

2010-11-18 Thread Li Ying
try: invoke the [get] method on map: or reference property on map: or iterator on values of map: or iterator on keys of map: - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands

Re: OGNL map key reading

2010-11-17 Thread Steven Yang
so currentPageHotelList[#stat.index] gives a Map? if ur using an iterator u can just do <-- of course u can use "top" as well but l like giving it a name On Wed, Nov 17, 2010 at 4:13 PM, Emil Dombagolla wrote: > Dear all, > > > > ---

OGNL map key reading

2010-11-17 Thread Emil Dombagolla
Dear all, - //this works , i want room0 make dynamic ( like room0 to room4) //this gives room0