Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

accessing the option selected from an options list

807598Nov 22 2005 — edited Nov 23 2005
I'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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 21 2005
Added on Nov 22 2005
8 comments
184 views