What is your environment ? (os, tomcat, apache/iis, jdk)

Find out if the request that reaches your server is a POST:
- Look for the request in the access log.
- use an ethernet sniffer to see what is coming.
after this test you know if you have to look at the server 
or the client side.

> -----Original Message-----
> From: Adam Gruszynski [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 05, 2004 4:52 AM
> To: Tomcat Users List
> Subject: Form method always a get.
> 
> 
> I hope this is just a simple lack of understanding but when
> I submit a html form using any tomcat version greater than
> 406, the servlet always recieves it as a get.  Even when
> explicitly setting the form method as a POST.  Am I making
> some sort of oversight or coding error?  
> 
> Thank you,
> 
> Adam
> 
> 
>       
>               
> __________________________________
> Do you Yahoo!?
> Win a $20,000 Career Makeover at Yahoo! HotJobs  
> http://hotjobs.sweepstakes.yahoo.com/careermakeover 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to