-
Feb 27th, 2013, 09:18 AM
#1
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules