iterating thru a collection

2003-06-19 Thread Natalie D Rassmann
I need to iterate thru a collection and put it in an html-el:select field. How do I go about doing this My collection type looks like this ArrayList options int selectedOption The ArrayList of options is the following type: String label int id Can anyone help me??? Thanks in

RE: iterating thru a collection

2003-06-19 Thread Mark Galbreath
Looks like you need a Map, not a List. Mark -Original Message- From: Natalie D Rassmann [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 7:47 AM To: Struts Users Mailing List Subject: iterating thru a collection I need to iterate thru a collection and put it in an html

Re: iterating thru a collection

2003-06-19 Thread Alen Ribic
] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, June 19, 2003 2:49 PM Subject: RE: iterating thru a collection Looks like you need a Map, not a List. Mark -Original Message- From: Natalie D Rassmann [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 7:47 AM To: Struts Users