Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 16679 invoked from network); 25 Apr 2003 16:00:37 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 25 Apr 2003 16:00:37 -0000 Received: (qmail 23586 invoked by uid 97); 25 Apr 2003 16:02:38 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 23579 invoked from network); 25 Apr 2003 16:02:38 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 25 Apr 2003 16:02:38 -0000 Received: (qmail 14539 invoked by uid 500); 25 Apr 2003 16:00:12 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 91725 invoked from network); 25 Apr 2003 15:52:11 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C30B42.9D98D2B2" Subject: Struts Validator, Help!!! Date: Fri, 25 Apr 2003 11:52:03 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Struts Validator, Help!!! Thread-Index: AcMLQpxMXImJxlJnR0Ows2JK2GXtoA== From: "Clint David Myers" To: X-OriginalArrivalTime: 25 Apr 2003 15:52:03.0743 (UTC) FILETIME=[9DAA32F0:01C30B42] 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_001_01C30B42.9D98D2B2 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have a question... Is it possible for the Struts validator to perform only a subset of the = defined validations with the "validation.xml" file? Here is a scenerio.=20 Lets say I have a page that has 15 fields. A design requirement comes along for a WAP implementation. In that = requirement I will split the original screen into 3 screens, each with five fields. All three = screens obviously share the same form object. I want to reuse the original save action that the original screen used. = I can chain all three pages together, so that the first two screens have a "next" button, while the last has the = "save" button. The two "next" buttons simply utilize a generic success based action. No real logic is = performed, but this allows me to collect my data into the commonly shared form. Finally on the last screen I can = invoke the standard "save" action with no changes. The problem is that now the validations need to fall across multiple = pages instead of just one page. How can I accomplish this. I know I can allow all of the validations to = occur or none at all, but how can I perform these 5 then another 5, then the last 5 with the Struts validator. Look forward to your reply :) ------_=_NextPart_001_01C30B42.9D98D2B2--