Hello,
I have list and its options are going to change depending of user's selection. Since the list is small what I want is to have into an array or hidden dropdown list my original option list and Region list is going to have the user's available options.
Right now I have the dropdown list and is getting the values from a collection. But I don't know how to get the values from the collection and store all the options in a array or hidden dropdown list.
<html:select property="region" size="1" styleClass="searchtext" onchange="weeknumber[0].selected=true;" value="All" >
<html

ptions collection="regionlist" property="value" labelProperty="label" />
</html:select>
Hope any of you can help me,
Thank You!!!