I am getting the following runtime exception in a JSP when I try to print a float:
Assertion botch: excessivly large digit 11
The exception says that it is trying to convert the float to a String and I get the error. I'm not sure what the contents of the float variable are before the exception occurs.
Any help is appreciated.
-Poly
Assertion botch: excessivly large digit 11
The exception says that it is trying to convert the float to a String and I get the error. I'm not sure what the contents of the float variable are before the exception occurs.
Any help is appreciated.
-Poly