How can I convert the following to Struts:

<select name="rapport">
<option value="one" selected>one</option>
<option value="two">two</option>
<option value="tree">tree</option>
</select>

This does not work:

<html:select property="rapport">
<html:option value="one" selected>one</option>
<html:option value="two">two</option>
<html:option value="tree">tree</option>
</html:select>

It is very important for me to specify which is "selected"

BR.

Soren, DK


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to