I investigated with those convertors I mentioned before and I discovered that this wrong conversion is caused by IBM ICU4J classes.

This is the way to solve the problem
1) Delete /WEB-INF/lib/icu4j.jar
2) Download most recent version of this library from http://oss.software.ibm.com/icu4j/download/3.0/index.html
3) Place icu4j_3_0.jar in /WEB-INF/lib


Other way to solve this problem is just deleting icu4j.jar, after that FormattingDateConvertor will use java.text.SimpleDateFormat as replacement of IBM International Components for Unicode, but I am not sure that other components doesn't relay on ICU so I think it is better to upgrade.

Regards
J. Kaniewski



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to