You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Pedro Miguel (JIRA)" <ji...@apache.org> on 2009/03/23 12:05:02 UTC

[jira] Created: (WW-3057) i18n tags lost value problem

i18n tags lost value problem
----------------------------

                 Key: WW-3057
                 URL: https://issues.apache.org/struts/browse/WW-3057
             Project: Struts 2
          Issue Type: Bug
          Components: Other
    Affects Versions: 2.0.9
         Environment: JVM=1.5.0_16
Struts 2.0.9
            Reporter: Pedro Miguel


i18n tags works OK. However, when many people access in the application, it doesn't get the values, and print the keys.

For example:

// *****  .properties file  ********* 

index.submit=Submit


// ***** JSP file ********
<s:text name="index.submit"/>   //Print: "Submit"

//THEN

<s:text name="index.submit"/>   //Print: "index.submit"



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