Here is the code for defalt value <html:select size="1" name="sort" onchange="document.forms[4].elements[2].focus()"> <html:option value="">SELECTED</html:option> <html:options collection="SORT" property="value" labelProperty="label"/> </html:select>
Thanks, Satish -----Original Message----- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 8:00 AM To: [EMAIL PROTECTED] Subject: <html:options .... > I try to create a drop down menu as follow: <html:select size="1" name="sort" onchange="document.forms[4].elements[2].focus()"> <html:options collection="SORT" property="value" labelProperty="label"/> </html:select> I am able to disply the menu. I want one of the options to be selected by default. Therefore, I want to type SELECTED somewhere. How do I do it? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]