| Anonymous | Login | Signup for a new account | 10-31-2025 05:45 PDT | 
| Main | My View | View Issues | Change Log | Docs | 
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ 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 | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 3.0.19 | Product Version | 3.0.17 | ||||
| Product Build | |||||||||
| 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}. | ||||||||
| Steps To Reproduce | |||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|  | |||||||||
| Mantis 1.0.0rc3[^]
	Copyright © 2000 - 2005 Mantis Group
	30 total queries executed. 26 unique queries executed. |