0

In my application i have a JSP file named "Transferdatanew.jsp". When I am going to use my application, I am getting an exception as numberformatexception, but when I clicked there I am getting a message as "source not found for org.apache.jsp._Transferdatanew".

What does this mean? Please help me. I am new to Java.

1

1 Answer 1

1

Its pretty clear that there is a problem in the 'Transferdatanew.jsp'. I'd venture so far as to say that the jsp is receiving an input that is not in the numerical format it expects.

You should not be worried about 'Source not found exception' unless you want to see the source .... which will be in one of the $TOMCAT_HOME/work subfolders.

Sign up to request clarification or add additional context in comments.

1 Comment

.............................. <%if(tableChFlag.equals("Y")){%> System.out.println("tableChFlag.equals("Y")"); alert("Validation/Process in Progress for the Uploaded list.Please do the Uploads post Validation/Process"); return false; <%}%>

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.