RE: How do I iterate thru a hashtable using iterate tag?

2001-02-28 Thread Shamdasani Nimmi-ANS004
: Pope, Tracy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 8:41 AM To: '[EMAIL PROTECTED]' Subject: RE: How do I iterate thru a hashtable using iterate tag? Craig answered a similar question on Sunday. I think it might help you, there he stated: When you iterate over

How do I iterate thru a hashtable using iterate tag?

2001-02-27 Thread Shamdasani Nimmi-ANS004
Hi, Could someone please tell me what I am doing wrong below: user is a bean in session scope in my JSP and its getSuppliers() method returns a hashtable where keys are Suppliers Ids and elements are Supplier beans. logic:iterate collection="%= user.getSuppliers() %" id="supplier"

Re: How do I iterate thru a hashtable using iterate tag?

2001-02-27 Thread Maya Muchnik
Nimmi, Check the properties names. In the working variant they are: code, name, countryName. In the 2nd (not working variant) they are: seq_nbr, name, country_name. The second, maybe underscore sign is not allowed. Maya Shamdasani Nimmi-ANS004 wrote: Hi, Could someone please tell me what I

RE: How do I iterate thru a hashtable using iterate tag?

2001-02-27 Thread Shamdasani Nimmi-ANS004
No, the typo was on my email not in the code. -Nimmi -Original Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 2:51 PM To: [EMAIL PROTECTED] Subject: Re: How do I iterate thru a hashtable using iterate tag? Nimmi, Check the properties names