Hello,
I would like to implement the equivalent of the jsp tag :
<jsp:forward page="next.jsp">
in a servlet.
What I want to do is: a jsp or html page has a form with a get or post, which connects to a servlet, which forwards the processing results of the form towards a jsp page...
Hi,
I use j2sdk version 1.4.0 (under windows NT workstation) - downloaded at www.sun.com.
The code that produces a problem is:
<snip>
...
Import org.w3c.com;
...
Document menu = null;
File bestand = null;
...
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.