Re: logic:iterate using HashMap

2003-06-24 Thread Gemes Tibor
O_Parthasarathy Kesavaraj rta: How to iterate thro HashMap using logic:iterate? You did not look into the docs, did you? http://jakarta.apache.org/struts/userGuide/struts-logic.html#iterate Normally, each object exposed by the iterate tag is an element of the underlying collection you are

RE: logic:iterate using HashMap

2003-06-24 Thread O_Parthasarathy Kesavaraj
-- From: Gemes Tibor[SMTP:[EMAIL PROTECTED] Reply To: Struts Users Mailing List Sent: Tuesday, June 24, 2003 7:46 PM To: Struts Users Mailing List Subject: Re: logic:iterate using HashMap O_Parthasarathy Kesavaraj rta: Thanks Tib.I did look

RE: logic:iterate using HashMap

2003-06-24 Thread Rick Reumann
On Tue, 2003-06-24 at 10:46, O_Parthasarathy Kesavaraj wrote: O_Parthasarathy Kesavaraj írta: Thanks Tib.I did look at the docs.But i got struck up.If u have any sample code pls send. I admit the docs I think are lame on this area. This should work.. logic:iterate id=element

RE: logic:iterate using HashMap

2003-06-24 Thread O_Parthasarathy Kesavaraj
: RE: logic:iterate using HashMap Thanks rick.I loaded a select box containing id and values like this bean:define id=company name=companies / html:select property=companyID