Hallo,

i�ve made a select from an optionsCollection Tag. The values are read from a hashmap like
value1 = one
value2 = two
value3 = three


Now i�d like to set a default value for this select, which is NOT PART of my HashMap, f.e "please select..." The rendered select should look like this:
<option selected>please select...</option>
<option>one</option>
<option>two</option>
<option>three</option>


is there any way to achieve this result in struts ?


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



Reply via email to