If I use:

getServletConfig().getServletContext().getRequestDispatcher("myfile.jsp").include(req,res);

myfile.jsp:
<%="Hello World!"%>

I get this error:
-------------//------------
Error: 500
Location: /examples/servlet/index
Internal Servlet Error:

java.lang.NullPointerException
        at index.doGet(index.java:42)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)...
--------------//----------------
 
_______________________________________________________________________
�Todav�a no tienes contestador autom�tico en tu correo?
http://www.hispavista.com/altascorreo/

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to