Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 11910 invoked from network); 7 Feb 2004 10:51:12 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Feb 2004 10:51:12 -0000 Received: (qmail 60855 invoked by uid 500); 7 Feb 2004 10:50:19 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 60818 invoked by uid 500); 7 Feb 2004 10:50:18 -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 60798 invoked from network); 7 Feb 2004 10:50:18 -0000 Received: from unknown (HELO moutng.kundenserver.de) (212.227.126.184) by daedalus.apache.org with SMTP; 7 Feb 2004 10:50:18 -0000 Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1ApQ2i-0003Y4-00 for struts-user@jakarta.apache.org; Sat, 07 Feb 2004 11:50:32 +0100 Received: from [217.255.6.238] (helo=fumakilla) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1ApQ2h-0003to-00 for struts-user@jakarta.apache.org; Sat, 07 Feb 2004 11:50:31 +0100 From: "Matthias Wessendorf" To: "'Struts Users Mailing List'" Subject: RE: Problem in Multipage Validation with DynaValidatorForm Date: Sat, 7 Feb 2004 11:49:06 +0100 Message-ID: <000201c3ed68$05335de0$6402a8c0@fumakilla> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <001201c3ed42$3e3b3d40$988158ca@aqdvy1p4dvgadw> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:157ed430dbf2887568e54eb61bfb58ed 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 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