Hi Roland, As I said in my first post, the final servlet is an external url. I cannot use RequestDispatcher.forward(...) to forward the request to it.
Thanks, Han Roland Weber wrote: > > Hello Han, > >>_servlet only wants to "relay" everything to another servlet. > > Use RequestDispatcher.forward(...). I suggest you > consult the J2EE Tutorial, or an appropriate forum, > to solve your servlet problems. > > http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.html > http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Servlets9.html#wp64709 > > cheers, > Roland > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/postmethod-does-not-work-tf4719655.html#a13510977 Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
