accessing the option selected from an options list
807598Nov 22 2005 — edited Nov 23 2005I'm trying to display the selection the user made on a different window. here is the code that creates the list:
<html:select name="ActionForm" property="unit" onclick="changeDisable()">
<html:options property="unitList"/>
</html:select>
I've tried the following code, but nothing comes up:
<bean:write name="ActionForm" property="unit"/>
I am able to write other info, just not the user's selection. Can anyone help me