RE: Re[2]: Multiple input fields

2001-08-20 Thread Michael Terry
Kent - Can you give an example of how you did this? I used an ArrayList in my form, with one entry per select element in my form. This works fine when only single options can be selected, but I can't get it to work with In my JSP I want to generate a variable number of multiple select boxes con

Indexed properties with multiple select options

2001-07-18 Thread Michael Terry
Hi - In my JSP I'm generating (a small unknown number) of multiselect SELECT drop-down lists with values taken from a Hashtable containing ArrayLists, such that each drop-down corresponds to the strings in an ArrayList in the Hashtable: <% int n = 0; %> <% prop = "