reset password
Author Message
meera halani
Posts: 39
Posted 06:18 Apr 17, 2009 |

When i am running servlet and jsp page for adding comment it gives me NumberFormatException. Can anyone help to solve this error.

yurimuradyan
Posts: 42
Posted 11:35 Apr 17, 2009 |

This exception is usually thrownto indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format. Look in the debugger at the code line and see what it is that you are casting.