Possibly due to the bug in NumberFormat.parse(String source).
http://www-128.ibm.com/developerworks/java/library/j-numberformat/ Try making the changes to the source suggested in this article -- using parse(String source, ParsePosition parsePosition) instead -- and report back. If so, please open a jira issue with a patch. On 1/2/07, Bjørn T Johansen <[EMAIL PROTECTED]> wrote:
I am using the following tag...: <s:convertNumber integerOnly="true" locale="no_NO"/> And if I input 5000 den it get displayed as 5 000 after submit... But there is one problem, if I submit the page again, the 5 000 is truncated to 5 (guess because of the space), is this a known bug/feature or am I missing something? Regards, BTJ -- ----------------------------------------------------------------------------------------------- Bjørn T Johansen [EMAIL PROTECTED] ----------------------------------------------------------------------------------------------- Someone wrote: "I understand that if you play a Windows CD backwards you hear strange Satanic messages" To which someone replied: "It's even worse than that; play it forwards and it installs Windows" -----------------------------------------------------------------------------------------------

