Re: NullPointerException - findSuccess(Unknown Source)

2004-05-14 Thread Caroline Jen
t; statement to > path="/WEB-INF/signin/Welcome.jsp"/> > Martin > - Original Message - > From: "Caroline Jen" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, May 14, 2004 10:54 AM > Subject: NullPointerException - findSuccess(

Re: NullPointerException - findSuccess(Unknown Source)

2004-05-14 Thread Martin Gainty
Where is signin/Welcome.jsp? if located under WEB-INF/signin then modify forward statement to Martin - Original Message - From: "Caroline Jen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 14, 2004 10:54 AM Subject: NullPointerException - find

RE: NullPointerException - findSuccess(Unknown Source)

2004-05-14 Thread Paul McCulloch
Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Friday, May 14, 2004 3:55 PM > To: [EMAIL PROTECTED] > Subject: NullPointerException - findSuccess(Unknown Source) > > > Need your expertise to diagnose the problem. > > I have a java class ListThread.java that extends >

NullPointerException - findSuccess(Unknown Source)

2004-05-14 Thread Caroline Jen
Need your expertise to diagnose the problem. I have a java class ListThread.java that extends Action. This java class simply calls a couple of helper classes to access my database. In the end of the ListThread.java, it is a standard statement: return ( mapping.findForward( "success" ) ); I have

Re: findSuccess(Unknown Source)!!

2004-05-13 Thread Caroline Jen
Thanks for the feedbacks. I have fixed the spelling (scope). And my ListThread.java extends Action. ListThread.java does not extend ParameterAction. In the end of the ListThread.java, it is a standard: return ( mapping.findForward( "success" ) ); And the relevant part in my struts.config.xml

RE: findSuccess(Unknown Source)!!

2004-05-13 Thread Barett McGavock
s that the line number was not available from the version of ParameterAction class the servlet container was using. B > -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 13, 2004 6:45 PM > To: [EMAIL PROTECTED] > Subject: findSuccess(Unkno

findSuccess(Unknown Source)!!

2004-05-13 Thread Caroline Jen
Need your expertise to diagnose the problem. I have a java class ListThread.java that extends Action. This java class simply calls a couple of helper classes to access my database. I have not yet prepared a JSP to be displayed in the browser after ListThread.java completes its tasks; therefore,