Re: logic:iterate multiple collections

2005-05-24 Thread Jeff Beal
See http://struts.apache.org/faqs/struts-el.html. It includes a list of Struts tags whose functionality is covered by the JSTL. On 5/24/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Thanks! That worked, and is also much easier to understand. > > This is probably a newbie question: How /

RE: logic:iterate multiple collections

2005-05-24 Thread Pushkala_Iyer
] Sent: Tuesday, May 24, 2005 11:02 AM To: Struts Users Mailing List Subject: Re: logic:iterate multiple collections From: <[EMAIL PROTECTED]> > The data structure I use is a HashMap, whose values are other HashMaps. > > I'm trying to nest two logic:iterate tags to print out the

Re: logic:iterate multiple collections

2005-05-24 Thread Wendy Smoak
From: <[EMAIL PROTECTED]> > The data structure I use is a HashMap, whose values are other HashMaps. > > I'm trying to nest two logic:iterate tags to print out the keys in the > outer map and the values in the inner Map. See http://wiki.wendysmoak.com/cgi-bin/wiki.pl?J

RE: logic:iterate multiple collections

2005-05-24 Thread Pushkala_Iyer
27;m not sure how I can format this in the way that only the values are seen. Does anyone have any pointers? Thanks, PS -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 6:42 PM To: Struts Users Mailing List Subject: Re: logic:iterate multiple c

Re: logic:iterate multiple collections

2005-05-23 Thread Wendy Smoak
From: "Titus Barik" <[EMAIL PROTECTED]> > > Let's say I have two collections, A, and B. Is there a way to iterate > over multiple collections with something like logic:iterate? > If you know they're the same size and in the same order, (should be the case with List,) how about iterating over one w