Spring framework issue with DOUBLE fields
Hi All,
I have a simple jsp page with few fields on it: Integer, String and Double. I am having a problem with the Double field during runtime. I am running this application on TomCat.
When the Double field is empty or populated with a value that has a decimal point I get a warning about ResourceBundle which indicates that an error has occurred and that it is looking for the .properties file to retrieve the error message. When I start the serve in debug mode and debug the code, my application runs successfully and all the fields are populated correctly.
I am really surprised that it works in debug mode and chokes if I run it. This only happens for Double fields, Integers are strings are working with no issues.
Any help or suggestions is greatly appreciated.
Thanks a lot in advance for your help.
GE