Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 2133 invoked from network); 7 Feb 2004 19:08:26 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Feb 2004 19:08:25 -0000 Received: (qmail 71302 invoked by uid 500); 7 Feb 2004 19:07:44 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 71258 invoked by uid 500); 7 Feb 2004 19:07:43 -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 71202 invoked from network); 7 Feb 2004 19:07:42 -0000 Received: from unknown (HELO smtp2.hathway.com) (202.88.130.7) by daedalus.apache.org with SMTP; 7 Feb 2004 19:07:42 -0000 Received: from aqdvy1p4dvgadw ([202.88.129.152]) by smtp2.hathway.com (iPlanet Messaging Server 5.2 Patch 1 (built Aug 19 2002)) with SMTP id <0HSQ0009LA99S7@smtp2.hathway.com> for struts-user@jakarta.apache.org; Sun, 08 Feb 2004 00:33:16 +0530 (IST) Date: Sun, 08 Feb 2004 00:37:59 +0530 From: Joseph Jegan Subject: Re: Problem in Multipage Validation with DynaValidatorForm To: Struts Users Mailing List Message-id: <003b01c3edad$b3bfea50$988158ca@aqdvy1p4dvgadw> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <000201c3ed68$05335de0$6402a8c0@fumakilla> 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 Thanks matthias for your response. Still, it is not working for me... ----- Original Message ----- From: "Matthias Wessendorf" To: "'Struts Users Mailing List'" Sent: Saturday, February 07, 2004 4:19 PM Subject: RE: Problem in Multipage Validation with DynaValidatorForm > hi joseph > > you should use "DynaValidatorActionForm" in -declaration > > in your validator.xml you enter instead of the name (myNiceFormBean) > the path (/submit1 or /submit2) > und on field you deal as well, which is required in page1 or page2 > > greeting, > > matthias > > -----Original Message----- > From: Joseph Jegan [mailto:josephjegan@hathway.com] > Sent: Saturday, February 07, 2004 7:19 AM > To: Struts Users Mailing List > Subject: Problem in Multipage Validation with DynaValidatorForm > > > Hello, > > My application has two page form (wizard type). To make the programming > and maintenance simpler, I have selected Validator along with > DynaValidatorForm. > > The problem which i am facing is that, my first page validation works > correctly. But, second page doesnt seems to work. It doesnt go in to the > validation method itself. For the fields in the first page, i have give > page attribute for the Field element to be "0" and for the second page > fields i have given "1". I am suspecting the problem could be with the > "page" parameter in the DynaValidatorForm. How does the page parameter > in the form gets incremented.. Does it happen automatically? Can someone > tell me the exact steps to implement a multipage validation with > DynaValidatorForm? > > Thanks in Advance > Joseph > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: struts-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org