Hi,

I want to generate a dropdown list of cities holding their ids in value atrribute.

html should look like

<select name="cities">
   <option value="1">city a</option>
                           .
                           .
                          .
</select>

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?

Do you have a better design pattern in mind?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to