Below is the code I used to call jsp but it didn't work with Jrun2.3.3.
How to resolve this question?
req.setAttribute("userInfo",rs);
RequestDispatcher dispatcher;
dispatcher = getServletContext().getRequestDispatcher("SearchResult.jsp");
dispatcher.include(req, res);
----
error message
<head><title>JRun Servlet Error</title></head>
<h1>500 Internal Server Error</h1><body>
<PRE>
<B>com.livesoftware.jsp.JSPServlet:</B>
java.lang.NullPointerException
</PRE>
<p>
</body>
Thanks for help
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html