Thanks Geoff! -----Original Message----- From: Geoff Longman [mailto:[EMAIL PROTECTED] Sent: Thu 8/25/2005 1:26 PM To: Tapestry users Subject: Re: Printing out a map with a Foreach On 8/25/05, Geoff Longman <[EMAIL PROTECTED]> wrote: > <span jwcid="[EMAIL PROTECTED]" source="ognl:myMap.values">
actually, <span jwcid="[EMAIL PROTECTED]" source="ognl:myMap.entrySet()"> > > <span jwcid="@Insert" value="ognl:components.loop.value.key" /><br> > <span jwcid="@Insert" value="ognl:components.loop.value.value"/> > > </span> > > On 8/25/05, Mark Stang <[EMAIL PROTECTED]> wrote: > > What is the easiest way to iterate through a map and print the key and the > > value? > > > > thanks, > > > > Mark > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > The Spindle guy. http://spindle.sf.net > Get help with Spindle: > http://lists.sourceforge.net/mailman/listinfo/spindle-user > Announcement Feed: > http://www.jroller.com/rss/glongman?catname=/Announcements > Feature Updates: http://spindle.sf.net/updates > -- The Spindle guy. http://spindle.sf.net Get help with Spindle: http://lists.sourceforge.net/mailman/listinfo/spindle-user Announcement Feed: http://www.jroller.com/rss/glongman?catname=/Announcements Feature Updates: http://spindle.sf.net/updates --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
