Anonymous | Login | Signup for a new account | 12-17-2024 08:55 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0000931 | [Resin] | minor | always | 02-12-06 20:51 | 03-27-06 12:14 | ||||
Reporter | keithdfetterman | View Status | public | ||||||
Assigned To | |||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.0.17 | ||||||
Summary | 0000931: {0,number,xxxx} in MessageResources.properties not formatting number for Locale | ||||||||
Description |
When using parameter substition with patterns in MessageResources.properties file, numbers are not being formatted correctly for the Locale returned by the Web browser. Here is detailed description of the problem: In a JSP file, I used the following JSTL statement: <fmt:message key="msg.key"> <fmt:param value="${param1}" /> </fmt:message> In my MessageResources.properties file, I had the following message defined: msg.key=A message with a number: {0,number,currency} In my Web browser, I replaced the english (en) and United States languages (en_US), with Spanish (es) and Spain es_ES. I then restarted my Web browser. The number above was formatted as US currency. It should have been formatted using a spanish format. If I do the same with the JSTL statement <fmt:formatNumber type="currency" />, the number is formatted correctly. This problem exists for other formats too, like {0,number}. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |