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

Lukasz Lenart closed WW-3921.
-----------------------------

    Resolution: Not a Problem

Please reopen if disagree and if you will have more details

> s:select rendering
> ------------------
>
>                 Key: WW-3921
>                 URL: https://issues.apache.org/jira/browse/WW-3921
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.3.1.2
>         Environment: websphere 6.1
>            Reporter: Omar Colombari
>             Fix For: 2.3.18
>
>
> The "s:select" component sometime has a wrong rendering. In the html page is 
> shown as value of the options the object references (like @package.bean) or
> for the "s:select" component using fixed list value sometime is rendering the 
> couple  "key=label" and not the value
> Example:
> <s:select name="test" list="#{'1':'A','2':'B','3':'C','4':'D'}" 
> required="true" />
> Rendering in page is:
> <select>
> <option value="1=A">1=A </option>
> <option value="2=B">2=B </option>
> <option value="3=C">3=C </option>
> <option value="4=D">4=D </option>
> </select>
> It is strange because if the server is restarted the issue has fixed.
> What could be?



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to