How do I render the following struts code as a drop down? Is there an option I am suppose to use?
<html:select property="relation" size="10">
<htmlption value="mom">Mom</htmlption>
<htmlption value="father">Father</htmlption>
<htmlption value="brother">Brother</htmlption>
<htmlption value="sister">Sister</htmlption>
<htmlption value="son">Son</htmlption>
<htmlption value="daughter">Dauther</htmlption>
</html:select>
Howard
<html:select property="relation" size="10">
<htmlption value="mom">Mom</htmlption>
<htmlption value="father">Father</htmlption>
<htmlption value="brother">Brother</htmlption>
<htmlption value="sister">Sister</htmlption>
<htmlption value="son">Son</htmlption>
<htmlption value="daughter">Dauther</htmlption>
</html:select>
Howard