hello
u need to set the name attribute also in the 
  <html:option value="" selected=selected>XXXX</option> 
so that reset works for u

-----Original Message-----
From: Natalie D Rassmann [mailto:[EMAIL PROTECTED]
Sent: Monday, June 23, 2003 4:56 PM
To: Struts Users Mailing List
Subject: Re: html:option - is there a selected option attribute?


This will only work if I am reseting....  In the formbean, I have the selected option. 
 I want to extract that information and mark the appropriate list item as selected.  
When I look in the tld, I do not see a selected attribute as part of the option tag.  
How do I set the selected attribute.... 

<select,,,, 
  <html:option value="" selected=selected>XXXX</option> 
 <html:option value="">YYYY</option> 
</select> 


Filip Polsakiewicz wrote: 


  Sorry i was sleeping :-) I thought you were talking of checkboxes. Well 
i'd say it's not much different. In your formbeans reset method just set 
  the corresponding property (the property which is returned by your 
selectbox) to the value you would like to be the default. 


  Greetz, Filip 


   -----Original Message----- 
  From: Natalie D Rassmann [ mailto:[EMAIL PROTECTED] 
  Sent: Monday, June 23, 2003 1:13 PM 
  To: Struts Users Mailing List 
  Subject: Re: html:option - is there a selected option attribute? 


  You lost me; what corresponding boolean value?? 
  Filip Polsakiewicz wrote: 


    Hi, 
    i had the same problem. Here is the solution. You have to set the 
    corresponding boolean value to true 


    HTH Filip 


    > -----Original Message----- 
    > From: Natalie D Rassmann [ mailto:[EMAIL PROTECTED] 
    > Sent: Monday, June 23, 2003 12:52 PM 
    > To: Struts Users Mailing List 
    > Subject: html:option - is there a selected option attribute? 
    > 
    > 
    > I have an Options List and I want to make one of the items in the 
select 
    > list selected.  I am using the html-el tags.  How do I mark an option 
as 
    > selected??  Is there a way: 
    > 
    > Thanks in advance, 
    > 
    > Natalie 
    > 
    > 


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

Reply via email to