Re: problem with lost request parameters

2006-09-27 Thread fsaa
t an idea... Have you tried changing the method type to "get" and >>> losing the encoding type? The name/value pairs (form data set) for your >>> data in the form submission are assembled differently depending on which >>> method you choose (see HTML 4.0 spec).

Re: problem with lost request parameters

2006-01-22 Thread Jair da Silva Ferreira Jr
da Silva Ferreira Jr [mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 10:26 AM To: users@tomcat.apache.org Subject: problem with lost request parameters Hi, I have my web application hosted at brazilian Locaweb. It runs on a Linux as40-32bits server with tomcat 5.5.15 and java 5. My

Re: problem with lost request parameters

2006-01-19 Thread Jair da Silva Ferreira Jr
nt: Thursday, January 19, 2006 10:26 AM To: users@tomcat.apache.org Subject: problem with lost request parameters Hi, I have my web application hosted at brazilian Locaweb. It runs on a Linux as40-32bits server with tomcat 5.5.15 and java 5. My application runs with many (I don't know e

RE: problem with lost request parameters

2006-01-19 Thread McClure, James
at.apache.org Subject: problem with lost request parameters Hi, I have my web application hosted at brazilian Locaweb. It runs on a Linux as40-32bits server with tomcat 5.5.15 and java 5. My application runs with many (I don't know exactly how many) others in the same tomcat server. M

Re: problem with lost request parameters

2006-01-19 Thread Jair da Silva Ferreira Jr
with lost request parameters Hi, I have my web application hosted at brazilian Locaweb. It runs on a Linux as40-32bits server with tomcat 5.5.15 and java 5. My application runs with many (I don't know exactly how many) others in the same tomcat server. My application uses postgresql

RE: problem with lost request parameters

2006-01-19 Thread Duan, Nick
:26 AM To: users@tomcat.apache.org Subject: problem with lost request parameters Hi, I have my web application hosted at brazilian Locaweb. It runs on a Linux as40-32bits server with tomcat 5.5.15 and java 5. My application runs with many (I don't know exactly how many) others in the

problem with lost request parameters

2006-01-19 Thread Jair da Silva Ferreira Jr
Hi, I have my web application hosted at brazilian Locaweb. It runs on a Linux as40-32bits server with tomcat 5.5.15 and java 5. My application runs with many (I don't know exactly how many) others in the same tomcat server. My application uses postgresql 8 database, hibernate 2.1.7c, servle