Hi,
When using
Struts, is it possible to set a selected value for a combo box? For example I have the following combo:
<html:select property="tskWeekEndDate">
<html

ption value=""></html

ption>
<html

ption value="Nov6">06-Nov-2004</html

ption>
<html

ption value="Nov12">12-Nov-2004</html

ption>
</html:select>
How do I set 'Nov6' as a pre-selected value?
Thanks.
Rebecca