| Author |
Spring-mvc
|
sivaram krishna
Greenhorn
Joined: Jan 03, 2013
Posts: 2
|
|
Can any body explain the logic to following scnnario
If you enter a letter into an amount field, accidentally or intentionally, when you leave the field the letter will be replaced by 0.00. If not removed this will be what you submit.
The amount field can be found throughout the site on the transaction screen, reports and search screens.
please help me..!
|
 |
Nam Ha Minh
Ranch Hand
Joined: Oct 31, 2011
Posts: 346
|
|
|
Did you map the field with a float/double field of a bean in Spring? That's possible a reason which Spring automatically converts form field's value to decimal value.
|
Job Offer: Online working Java technical writing
|
 |
 |
|
|
subject: Spring-mvc
|
|
|