Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 86074 invoked from network); 11 Sep 2003 17:46:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Sep 2003 17:46:17 -0000 Received: (qmail 23669 invoked by uid 500); 11 Sep 2003 17:45:56 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 23655 invoked by uid 500); 11 Sep 2003 17:45:56 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Delivered-To: moderator for users@cocoon.apache.org Received: (qmail 18033 invoked from network); 11 Sep 2003 17:41:26 -0000 Message-ID: <065a01c3788c$b4ea3bb0$2283a5a5@PIII667> From: "John Williams" To: Subject: Form validation multiple rows Date: Thu, 11 Sep 2003 19:47:01 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 Is it possible to validate a number of input fields having the same name and get back the error linked to the field causing the problem? I am using 2.0.4 and find that FormValidatorAction will act on a multivalued field but it only returns a single value for the field. For example I have a form used to submit a cyclist together with dates and times of previous races. Say a cyclist has entered in three races previously and I want to test the date and time values. The following is in the request as submitted if he has left the first date and second time out: cyclist -> joe bloggs date -> ,22/03/03,22/06/03 (note value starts with comma) time -> 1h15,,1h25 (note pair of commas) I want to be able to indicate that the first date and second time have not been entered - instead of a just showing a problem with date and time as a whole. Is there existing functionality to deal with this? John Williams --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org