You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2013/01/22 15:02:13 UTC

[jira] [Commented] (WW-3921) s:select rendering

    [ https://issues.apache.org/jira/browse/WW-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559643#comment-13559643 ] 

Lukasz Lenart commented on WW-3921:
-----------------------------------

This issue is Websphere specific, hard to find a good solution :\
                
> 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.x
>
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira