Remove the multiple="false".

I know, what you've done is intuitively correct, however, the docs on the multiple 
attribute read

"If set to any arbitrary value, the rendered select element will support multiple 
selections. (RT Expr)"

Sri

-----Original Message-----
From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 27, 2002 2:41 PM
To: Struts Users Mailing List
Subject: one more question about <html:select and <html:option tag



Hi,

if u have an sample jsp page and copy the following 2 tags u will see them they llok 
different on the output page,

so if i have to make the struts tag look like the html tag what should i do

<html:select  property="system" size="1" multiple="false">
                      <html:option value="148.168.77.12" >AS400B</html:option>
                      <html:option value="148.168.77.16" >AS400E</html:option>
                  </html:select>
      <select name="system">
                      <option value="148.168.77.12" selected>AS400B</option>
                      <option value="148.168.77.16" >AS400E</option>
                      <option value="148.168.113.21" >Disaster</option>
                    </select>


A$HI$H


---------------------------------
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes

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

Reply via email to