Hi,
  I try the JSP-Servlet-JSP example in JSWDK-1.0.1.  This example is show
how to forward from JSP to servlet and forward back to the JSP.

I want to know the path working in JSWDK-1.0.1, so I move the servletToJsp
servlet from the default directory
(C:\jswdk-1.0.1\examples\WEB-INF\servlets) to a new directory in
C:\jswdk-1.0.1\examples\WEB-INF\servlets\com\test\servlet\ .
Then I modified the C:\jswdk-1.0.1\examples\jsp\jsptoservjsptoservlet.jsp
file to forward to the servlet.

Run the example, the servlet cannot forward back to the JSP.  I know the
problem is I need to change the forward path in the servlet class, but I try
to give a absolute URL, it still cannot forward back to the JSP page.

Anyone can tell me what the path I need to give?


Thanks


Louis

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to