RE: Error 405: HTTP method POST is not supported by this URL Prob On NT?

2001-11-21 Thread Cato, Christopher
01 17:59 > To: 'Tomcat Users List' > Subject: RE: Error 405: HTTP method POST is not supported by this URL > Prob On NT? > > > phew - glad you figured it out because I was pretty stumped : ) > > Thats odd though, because tomcat should auto reload your > servlet

RE: Error 405: HTTP method POST is not supported by this URL Prob On NT?

2001-11-20 Thread Paul Foxton
> gary... > :-) > > -Original Message- > From: Gary Fix [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 20, 2001 8:38 AM > To: 'Tomcat Users List' > Subject: RE: Error 405: HTTP method POST is not supported by this URL > Prob On NT? > > > Hi!

RE: Error 405: HTTP method POST is not supported by this URL Prob On NT?

2001-11-20 Thread Gary Fix
t' Subject: RE: Error 405: HTTP method POST is not supported by this URL Prob On NT? Hi, Have you implemented the doPost() method in your servlet or the doGet()? It needs to be doPost if you're posting from a form. > -Original Message- > From: Gary Fix [mailto:[EMAIL PROTEC

RE: Error 405: HTTP method POST is not supported by this URL Prob On NT?

2001-11-20 Thread Gary Fix
Hi! Yes, I forgot to add that I implemented the doPost() method in my servlet... thanks for checking... -Original Message- From: Paul Foxton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 8:12 AM To: 'Tomcat Users List' Subject: RE: Error 405: HTTP method P

RE: Error 405: HTTP method POST is not supported by this URL Prob On NT?

2001-11-20 Thread Paul Foxton
Hi, Have you implemented the doPost() method in your servlet or the doGet()? It needs to be doPost if you're posting from a form. > -Original Message- > From: Gary Fix [mailto:[EMAIL PROTECTED]] > Sent: 20 November 2001 16:34 > To: '[EMAIL PROTECTED]' > Subject: Error 405: HTTP method P