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">
<html
ption value="mom">Mom</html
ption>
<html
ption value="father">Father</html
ption>
<html
ption value="brother">Brother</html
ption>
<html
ption value="sister">Sister</html
ption>
<html
ption value="son">Son</html
ption>
<html
ption value="daughter">Dauther</html
ption>
</html:select>
Howard
<html:select property="relation" size="10">
<html
<html
<html
<html
<html
<html
</html:select>
Howard