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

Reply via email to