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/27 11:49:13 UTC

[jira] [Resolved] (WW-1983) text tag and action support getText does not resolve properties having a prefix matching the name of a bean on the value stack

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

Lukasz Lenart resolved WW-1983.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.3.9)
                   2.3.1
    
> text tag and action support getText does not resolve properties having a prefix matching the name of a bean on the value stack
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WW-1983
>                 URL: https://issues.apache.org/jira/browse/WW-1983
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.0.6
>            Reporter: Nicolas Chalumeau
>             Fix For: 2.3.1
>
>
> Here is a simple example:
> On the value stack I have a bean named currentAccount.
> In a properties resource file I have the following properties defined:
> currentAccount.firstNameLabel=Prénom
> myCurrentAccount.firstNameLabel=Prénom
> In my JSP (result of an action) I have:
> ==============================
> <s:property value="currentAccount.firstName" /> 
> -- Using text tag
> <s:text name="currentAccount.firstNameLabel" />
> <s:text name="myCurrentAccount.firstNameLabel" />
> -- Same test with getText...
> <s:property value="%{getText('currentAccount.firstNameLabel')}" /> 
> <s:property value="%{getText('myCurrentAccount.firstNameLabel')}" /> 
> The output result is:
> =================
> Nicolas 
> -- Using text tag
> firstNameLabel
> Prénom
> -- Same test with getText...
> firstNameLabel 
> Prénom 

--
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