Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 20180 invoked from network); 2 May 2003 12:38:59 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 2 May 2003 12:38:59 -0000 Received: (qmail 40 invoked by uid 97); 2 May 2003 12:41:00 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 33 invoked from network); 2 May 2003 12:40:59 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 2 May 2003 12:40:59 -0000 Received: (qmail 15676 invoked by uid 500); 2 May 2003 12:38:08 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 76506 invoked from network); 2 May 2003 11:18:43 -0000 From: =?iso-8859-1?Q?Terje_Hops=F8?= To: "'Tomcat Users List'" Subject: Problem with FORM POST and servlet 4.1.24 Date: Fri, 2 May 2003 13:19:59 +0200 Message-ID: <002101c3109c$c45c45f0$ed5e4c9e@sybase.com> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-MIMETrack: Itemize by SMTP Server on OsloNotes1/SYBASE(Release 5.0.8 |June 18, 2001) at 05/02/2003 01:18:39 PM, Serialize by Router on OsloNotes1/SYBASE(Release 5.0.8 |June 18, 2001) at 05/02/2003 01:18:42 PM, Serialize complete at 05/02/2003 01:18:42 PM Content-Type: multipart/alternative; boundary="----=_NextPart_000_0022_01C310AD.87E515F0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0022_01C310AD.87E515F0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Hello, =20 I have a form where I have several input fields which will be sent to a servlet which contains setXXXX and getXXXX for each field. =20 I tested first with three fields and got them to work fine. Then I added nine more. Not one of these new fields are calling the set-function for setting the value. Only the three first that was working at the first = test. I changed to GET method and I can see all parameters are sent. =20 The parameters for the three fields that are working mixed within the parameter string: http://ppcterje:8080/regres/regresultat.jsp?navn=3DXX &sted=3D&dato=3D&tid=3D&ligg=3D1&sta=3D2&kne=3D3&kls=3D6&Grl=3D4&hsk=3D10= &omg=3D5&msk=3D15&submitB uttonName=3DSend+resultat =20 It is the parameter ligg, sta and kne that is working. =20 Any idea? =20 - Terje ------=_NextPart_000_0022_01C310AD.87E515F0--