Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 37649 invoked from network); 1 Jul 2009 08:48:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jul 2009 08:48:04 -0000 Received: (qmail 77823 invoked by uid 500); 1 Jul 2009 08:48:14 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 77747 invoked by uid 500); 1 Jul 2009 08:48:13 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Delivered-To: moderator for users@myfaces.apache.org Received: (qmail 33001 invoked by uid 99); 30 Jun 2009 07:00:25 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) X-Envelope-From: X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: Firing event when validation failed in JSF2.0?? Date: Tue, 30 Jun 2009 08:59:52 +0200 Message-ID: <6A433FB246CC4B41A8F38738DDB3B5C80BCA8C@ex1.S2.int> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Firing event when validation failed in JSF2.0?? Thread-Index: Acn5UF4mDRgTpT5MTuerQr3uoA/UCg== From: "Meyer, Stefan" To: X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have the following requirement: A user enters a date in a textfield. If the date is incorrect or empty the following inputfields should be disabled via ajax and an error message is displayed. The problem is that I cannot send any events when the conversion/validation fails (invoke application and value changeevents are not fired).=20 What I need is a validationFailedEvent. Is this possible with any ajax library or JSF2.0?? Greetings Stefan