Forward Request alogn with Parameters

2001-10-04 Thread Brian Richards
I get a null pointer exception at dispatcher.forward() am i doing something wrong? thanks brian request.setAttribute(custName,custName); request.setAttribute(custStreet,custStreet); request.setAttribute(custZip,custZip); request.setAttribute(custEmail,custEmail);

Re: Forward Request alogn with Parameters

2001-10-04 Thread Dmitri Colebatch
It looks like the request dispatcher isn't being found. try using /vieworder.jsp or whatever the location relevant to your base is. cheers dim On Thu, 4 Oct 2001, Brian Richards wrote: I get a null pointer exception at dispatcher.forward() am i doing something wrong? thanks brian

RE: Forward Request alogn with Parameters

2001-10-04 Thread Thys De [EMAIL PROTECTED]
If i remember getServletContext has been deprecated and now returns a null .. -Original Message- From: Brian Richards [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 3:32 AM To: [EMAIL PROTECTED] Subject: Forward Request alogn with Parameters I get a null pointer exception

Re: Forward Request alogn with Parameters

2001-10-04 Thread simon
) - Original Message - From: Brian Richards [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 05, 2001 10:31 AM Subject: Forward Request alogn with Parameters I get a null pointer exception at dispatcher.forward() am i doing something wrong? thanks brian