[ 
https://issues.apache.org/struts/browse/WW-3030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dave Newton closed WW-3030.
---------------------------

    Resolution: Not A Problem

The combobox *is* a select box and a text box, and AFAIK has pretty much always 
been one:

http://struts.apache.org/2.0.6/docs/combobox.html
http://struts.apache.org/2.0.14/docs/combobox.html
http://struts.apache.org/2.1.6/docs/combobox.html

Note also that 2.1.0 was never a general release; while it's okay to file bugs 
against unreleased versions, filing them against unreleased versions when 
later, GA releases are available probably won't be the best way to have it 
attended to. YMMV.

> s:combobox. Strange text field upon the combobox element
> --------------------------------------------------------
>
>                 Key: WW-3030
>                 URL: https://issues.apache.org/struts/browse/WW-3030
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>         Environment: Struts 2.1.0
>            Reporter: Vladimir Limansky
>
> <input type="text"> is appearing on the top of combobox element while using 
> s:select element.
> Past this code to your page:
>                         <s:combobox 
>                             list="{1,2,3,4,5,6,7,8,9}"
>                             name="ttt"
>                             theme="simple"
>                            />
> The result: unknown text field on the top of combobox element (I guess it 
> probably should be type="hidden", not type="text").
> Guys, do you provide regression testing before publishing a new product 
> version?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to