Re: Fw: POST-Data from Form can not be read-out

2006-06-08 Thread Bill Barker
, 7. Juni 2006 17:31 An: Tomcat Users List Betreff: Re: Fw: POST-Data from Form can not be read-out What happens when you remove the enctype attribute from your form? The enctype you specified is for binary uploads. Tomcat doesn't automatically parse the http inputstream for parameters

Re: Fw: POST-Data from Form can not be read-out

2006-06-08 Thread Marc Farrow
-Ursprüngliche Nachricht- Von: Jon Wingfield [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. Juni 2006 17:31 An: Tomcat Users List Betreff: Re: Fw: POST-Data from Form can not be read-out What happens when you remove the enctype attribute from your form? The enctype you specified is for binary uploads

Fw: POST-Data from Form can not be read-out

2006-06-07 Thread Oliver Enders
Hy List, I have a problem concerning submitting form-data by using POST. If I send the form using GET, the content of the form can be read out using: request.getParameter(xyz); If I change to POST, the parameters can not be read out. I´m using am Tomcat 4.1. Any Ideas ? Suggestions ?

Re: Fw: POST-Data from Form can not be read-out

2006-06-07 Thread Marc Farrow
This could be any number of issues from browser bugs on. What browser are you using? Also, can you post the rendered HTML page that is submitting the request to the servlet? On 6/7/06, Oliver Enders [EMAIL PROTECTED] wrote: Hy List, I have a problem concerning submitting form-data by

Re: Fw: POST-Data from Form can not be read-out

2006-06-07 Thread Oliver Enders
] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, June 07, 2006 4:25 PM Subject: Re: Fw: POST-Data from Form can not be read-out This could be any number of issues from browser bugs on. What browser are you using? Also, can you post the rendered HTML page that is submitting the request

Re: Fw: POST-Data from Form can not be read-out

2006-06-07 Thread Marc Farrow
, 2006 4:25 PM Subject: Re: Fw: POST-Data from Form can not be read-out This could be any number of issues from browser bugs on. What browser are you using? Also, can you post the rendered HTML page that is submitting the request to the servlet? On 6/7/06, Oliver Enders [EMAIL PROTECTED

Re: Fw: POST-Data from Form can not be read-out

2006-06-07 Thread Oliver Enders
[EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, June 07, 2006 4:25 PM Subject: Re: Fw: POST-Data from Form can not be read-out This could be any number of issues from browser bugs on. What browser are you using? Also, can you post the rendered HTML page