I have had the same problem.  If I call doPost() from service() it works
o.k. off of a get in the HTML page.  Or if I use a get in the HTML page and
call doPost() from either service() or doGet() -> fine. Or if I use post in
the HTML page, do not pass any parameters and do not send a reponse from
doPost, but instead pass it to doGet and out.println() from there -> fine.
Also, like you I do not receive any error message when it fails - confused.

thanks, wil


-----Original Message-----
From: deepak yadav [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 1:10 AM
To: [EMAIL PROTECTED]
Subject: Fw: servlets : RequestDispatcher


hi
i am making a website using servlets(jsdk2.1) . i am sending an html page
using RequestDispatcher . my problem is that when i use doGet method the
servlets sends the page  but if i change it to doPost and call the servlet
through some form , the browser s
hows up "cannot find server error" .  though the window in which
servletserver is running does nt show any error. the RequestDispatcher
object is not null but it is still not forwarding the request.

thanks

-----------------------------
reply soon
bye

 __ deepak __

have a great day
ICQ 30662394

-- The first version always gets thrown away.

___________________________________________________________________________
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

___________________________________________________________________________
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