T
tonyshirt
I'm new to struts and I'm hoping someone can help.
I have a html:select statement on a action form.
<html:select property="dataSelect"
onchange="this.form.loadButtonJavaScript.value='true';
this.form.submit();">
<htmlptions collection="dataCollection" property="id"
labelProperty="name"/>
</html:select>
I want to be able to select an option other than the first one in
dataCollection.
I have a html:select statement on a action form.
<html:select property="dataSelect"
onchange="this.form.loadButtonJavaScript.value='true';
this.form.submit();">
<htmlptions collection="dataCollection" property="id"
labelProperty="name"/>
</html:select>
I want to be able to select an option other than the first one in
dataCollection.