954,604 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

NumberFormatException null

Hello Guys! Posting this thread based on the topic of NumberFormatException null...


This is how it goes.

Im calling records from the db into a JSP.

String FirstName = Results.getString("FirstName");
      String MiddleName = Results.getString("MiddleName");
      String LastName = Results.getString("LastName");
      int BorrowerID = Integer.parseInt(Results.getString("BorrowerID"));


When i try to call it in the JSP like this:

<input type="text" name="BorrowerID" value="<%=Book.getBorrowerID()%>"


It gives me NumberFormatException Null.

What To Do About This? I all need Your Help!

All REPLIES Welcome!

sagar_danceking
Junior Poster in Training
56 posts since Jul 2011
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You