simply try
request.getRequestDispatcher("/simple_search.jsp").include(request,
response);
IF not then send the detail error.
-----Original Message-----
From: Peter Maas [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 24, 2002 2:20 AM
To: [EMAIL PROTECTED]
Subject: Nullpointer on dispatcher

Hi all,

After the first start Tomcat my servlets get nullpointers when trying to
request their resources:

// Include search
request.getRequestDispatcher("../core/simple_search.jsp").include(request,
response);

After refreshing the page everything works fine, where should I look for the
problem?

Peter

Disclaimer: This e-mail message along with any attachments is intended only for the addressee and may contain confidential and privileged information of GTL Limited. If the reader of this message is not the intended recipient, you are notified that any dissemination, distribution or copy of this communication is strictly prohibited. If you have received this message by error, please notify us immediately, return the original mail to the sender and delete the message from your system.

Reply via email to