Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 94538 invoked from network); 24 May 2004 21:44:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 May 2004 21:44:49 -0000 Received: (qmail 33799 invoked by uid 500); 24 May 2004 21:44:58 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 33628 invoked by uid 500); 24 May 2004 21:44:57 -0000 Mailing-List: contact user-help@struts.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 user@struts.apache.org Received: (qmail 33613 invoked by uid 98); 24 May 2004 21:44:57 -0000 Received: from kevin.j.stunger@xo.com by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(205.158.160.114):. Processed in 0.090901 secs); 24 May 2004 21:44:57 -0000 X-Qmail-Scanner-Mail-From: kevin.j.stunger@xo.com via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(205.158.160.114):. Processed in 0.090901 secs) Received: from unknown (HELO triton.xo.com) (205.158.160.114) by hermes.apache.org with SMTP; 24 May 2004 21:44:57 -0000 Received: from ilchicsimr003.mail.inthosts.net ([172.19.22.43]) by triton.xo.com (Switch-3.1.5/Switch-3.1.0) with ESMTP id i4OLiMfA023085 for ; Mon, 24 May 2004 16:44:23 -0500 (CDT) Received: from ilchicvexc002.mail.inthosts.net ([172.19.22.15]) by ilchicsimr003.mail.inthosts.net with Microsoft SMTPSVC(5.0.2195.5329); Mon, 24 May 2004 17:44:21 -0400 X-MIMEOLE: Produced By Microsoft Exchange V6.0.6487.1 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C441D8.46129110" Subject: Multi-page form: DynaValidatorForm.setPage(..) not called? Date: Mon, 24 May 2004 17:44:21 -0400 Message-ID: <1CCB677CF88C234AB3CB7C1CF6C4E4A6325574@ILCHICVEXC002.mail.inthosts.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Multi-page form: DynaValidatorForm.setPage(..) not called? Thread-Index: AcRB2EUiihXRj8QLROyOSz7qFHKfpg== From: "Stunger, Kevin J" To: "Struts Users Mailing List (E-mail)" X-OriginalArrivalTime: 24 May 2004 21:44:21.0762 (UTC) FILETIME=[46132E20:01C441D8] X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C441D8.46129110 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello! I'm having trouble getting Multi-page forms to work. I've set up the following: 1. Validation.xml with page numbers for each field 2. Struts-config.xml with all fields in the form-bean declaration *except* "page" and separate actions for each page (none of which have validation=3D"false") 3. A Jsp for each page with a hidden field with the correct page number. Here's the problem: When calling DynaValidatorForm's getPage() method from within my action class (for debugging/logging) it always returns zero. This baffles me since the hidden field is on the input page and within the form and all the other values are being set. I've done several Struts applications using DynaValidatorForm without any problems. However, trying to get multi-page forms to work has been trying. Any help you can give will be greatly appreciated! Thanks, Kevin ------_=_NextPart_001_01C441D8.46129110--