I have an html page generated by a servlet "myServlet1"
In this html page is a href to "myServlet2"
<a href="/servlet/myServelt2" TARGET="_top"></a>

Also in this html page is a form with a doPost method, the input from
this form is handled by myServlet1

The problem I am having is when you click on the href link to myServlet2,
the doGet method in myServlet1 is called, not myServlet2 although the
path to myServlet2 is displayed in the location window in the browser.
myServlet2 is never executed.

The all paths are correct, as well as the html code and I do have a doGet
method in myServlet2 and a doPost method,  so this is not the
problem.

___________________________________________________________________________
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

Reply via email to