Re: plz help, I cannot determine why this is not working????

2002-10-25 Thread Tim Funk
See ... > Root cause: > java.lang.NullPointerException > at jsp.portal_0002dproject.processviewfiles_dir_4._jspService(processviewfiles_dir_4.java:133) > at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119) You are getting a java.lang.NullPointerException Look for processviewfi

RE: plz help, I cannot determine why this is not working????

2002-10-25 Thread Ralph Einfeldt
Have a look in the generated java file in the work directory that caused this exception (processviewfiles_dir_4.java) to find the corresponding location in your jsp. If you don't see the error post the code around that line. > -Original Message- > From: Edmund Smith [mailto:edmund_b_s

Re: plz help, I cannot determine why this is not working????

2002-10-25 Thread Mr. Cristian Romanescu
In my oppinion it's your application fault and not Tomcat's. It would be helpful to send the code snippet from place where your code throws NullPointer... But first you should try to put some System.outs. out there and see where the code hangs...as that exception doesn't give (me) a clue about