I used to use shtml to call and pass parameters to servlet to
generate HTML, and now i need change the role of shtml to JSP.
I know JSP1.0 support redirect and include function by using
standard action:
<jsp:forward ... />
<jsp:include ... />
I try to test the following code in jsp, but it generate
"Internal Server Error". Our platform is NAS4.0 and NES3.6.1,
but it just only support JSP 0.92.
<%
RequestDispatcher dispatcher =
getServletContext().getRequestDispatcher("HelloWorld/HelloServlet");
dispatcher.include(request, response);
%>
Have anyone any experience or suggestion, any help would be
appreciated. Thanks!
Steven 1999.10.15
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html