In struts, it seems there is no "selected" option. The HTML option tag has a selected attribute such that you can do:
<option selected="selected">Some Option</option>
and that option will be automatically selected. Is there a way to do this in struts? It seems that in struts, its randomly auto-selected one my options for a reason I don't understand and I would like to be able to specify which option should be auto selected.