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.