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