Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 7315 invoked from network); 24 Mar 2004 07:07:24 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 24 Mar 2004 07:07:24 -0000 Received: (qmail 81599 invoked by uid 500); 24 Mar 2004 07:06:44 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 81299 invoked by uid 500); 24 Mar 2004 07:06:42 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 81284 invoked from network); 24 Mar 2004 07:06:41 -0000 Received: from unknown (HELO hotmail.com) (64.4.46.95) by daedalus.apache.org with SMTP; 24 Mar 2004 07:06:41 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 23 Mar 2004 23:06:53 -0800 Received: from 61.11.17.107 by bay9-dav38.bay9.hotmail.com with DAV; Wed, 24 Mar 2004 07:06:53 +0000 X-Originating-IP: [61.11.17.107] X-Originating-Email: [verifyurcontact@hotmail.com] X-Sender: verifyurcontact@hotmail.com From: "Nilesh" To: "Struts Users Mailing List" Subject: Action Not working/getting called Date: Wed, 11 Feb 2004 12:45:19 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0041_01C3F09C.E7D4E740" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Message-ID: X-OriginalArrivalTime: 24 Mar 2004 07:06:53.0853 (UTC) FILETIME=[96470CD0:01C4116E] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0041_01C3F09C.E7D4E740 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am a struts newbie, but have done a few forms in Struts. In my current application, for a particular form when I click the Submit = button the form gets submitted to itself, and all the textboxes I had = filled before submitting get cleared. It doesnot go to VendorEntry.do =20 I am using DBCP to connect to mySQL Can anybody please help me out. I have already invested a lot of time in = it. The "VendorEntryAction.java" & " VendorEntryForm.java" have been = successfuly compiled n I am ready with these classes following is a snap from vendorEntry.jsp -----> the 1 which has = the problem " name=3D"vendorEntryForm" type=3D"vendor.VendorEntryForm">
----------- ----------- text boxes -----------n Submit button
Entry in My struts-config.xml for this jsp looks like this... ---------------other entries --------------- Please tell me the probabale reasons.=20 Thanks in advance. Regards, Nilesh. ------=_NextPart_000_0041_01C3F09C.E7D4E740--