Use one <html:option ...> tag followed by the <html:optionsCollection ...> tag. - Dan
> -----Original Message----- > From: Frank Schaare [mailto:[EMAIL PROTECTED] > Sent: Monday, November 24, 2003 3:15 AM > > 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]

