The following is the dropdown box in jsp
<html:form action="setupAssignUserSystem.do" method="post" focus="engName">
<html:select name="userForm" property="engName">
<html:options collection="userList" property="engName"/>
</html:select>How to get the value selected in action class ? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

