Iterating through a map

2007-04-23 Thread meeboo
times Thanks! -- View this message in context: http://www.nabble.com/Iterating-through-a-map-tf3633177.html#a10145180 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Iterating through a map

2007-04-23 Thread Felipe Rodrigues
> > > > Thanks! > -- View this message in context: http://www.nabble.com/Iterating-through-a-map-tf3633177.html#a10145984 Sent from the Struts - User mailing list archive at Nabble.com. -

Re: Iterating through a map

2007-04-23 Thread Musachy Barroso
ow do I iterate through a map? My current method returns a > LinkedHashMap - the map is populated and accessed by the > view as my debugger shows, but it is never iterated through. Here's the > JSP fragment > > > Should iterate 12 times > > > Thanks! > -- View th

Re: Iterating through a map

2007-04-23 Thread meeboo
a map? My current method returns a >> LinkedHashMap - the map is populated and accessed by the >> view as my debugger shows, but it is never iterated through. Here's the >> JSP fragment >> >> >> Should iterate 12 times

Re: Iterating through a map

2007-04-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Musachy, Musachy Barroso wrote: > The value attribute for the iterator tag can be either a Collection or an > Interator. Uh... a Map is neither a Collection nor an Iterator. > If it is a map, then each entry is going to be a > Map.Entryobject, with

Re: Iterating through a map

2007-04-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, meeboo wrote: > Just read from the WW in action book - > > "One of the nicest features about the iterator tag is that it can iterate > over just about any data type that has a concept of iteration. When > iterating over a Map, it iterates over

Re: Iterating through a map

2007-04-23 Thread Dave Newton
--- Christopher Schultz wrote: > Did you actually try this? I would be surprised it > it worked. I'm pretty sure iterating over maps works; I don't see anything weird about it. It's just minor syntactic sugar around normal map iteration. d. __ Do

[OT] Re: Iterating through a map

2007-04-23 Thread Dave Newton
--- Musachy Barroso <[EMAIL PROTECTED]> wrote: > name-John Galt Who is John Galt? (That's the third time I've gotten to say that, legitimately, in the last two weeks!!! Must be a resurgence in reading Rand lately or something.) d. __ Do You Yahoo

Re: [OT] Re: Iterating through a map

2007-04-23 Thread Musachy Barroso
I will use "El Zorro" next time ;) On 4/23/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Musachy Barroso <[EMAIL PROTECTED]> wrote: > name-John Galt Who is John Galt? (That's the third time I've gotten to say that, legitimately, in the last two weeks!!! Must be a resurgence in reading Rand l