Re: Generating dropdown lists using html tag

2006-01-19 Thread Rick Reumann
Gündüz Can Topal wrote the following on 1/19/2006 11:11 AM: I got the values in a vector consists of hashmap holding id name pairs, and put the vector in session in a setup action. But couldn't manage to generate dropdown list using html tag. How can it be done? You can probably use the

RE: Generating dropdown lists using html tag

2006-01-19 Thread Garner, Shawn
Isn't there an options tag that takes in a collection? Wouldn't that be more optimized and easier? Shawn -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 10:16 AM To: Struts Users Mailing List Subject: Re: Generating dropdown lists using

Re: Generating dropdown lists using html tag

2006-01-19 Thread Rick Reumann
Garner, Shawn wrote the following on 1/19/2006 1:38 PM: Isn't there an options tag that takes in a collection? Yes there is html:options and there is also html:optionsCollection Wouldn't that be more optimized and easier? It's just saves a little extra typing (I doubt any more