1 Attachment(s)
XML JDOM XPATH NumberFormatException
Hi Experts..:)
My head is about to explode..:eek: The attached little piece of code has been working succesfully, but suddently it results in a NumberFormatException:
java.lang.NumberFormatException: For input string: ""
java.lang.NumberFormatException.forInputString(Unk nown Source)
java.lang.Integer.parseInt(Unknown Source)
java.lang.Integer.parseInt(Unknown Source)
Entry.doGet(Entry.java:43)
javax.servlet.http.HttpServlet.service(HttpServlet .java:617)
javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
I really hope some one can give me a clue, how to solve the problem..:(