Return-Path: X-Original-To: apmail-deltaspike-commits-archive@www.apache.org Delivered-To: apmail-deltaspike-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 253B710DE9 for ; Sat, 15 Feb 2014 19:56:40 +0000 (UTC) Received: (qmail 64192 invoked by uid 500); 15 Feb 2014 19:56:39 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 64149 invoked by uid 500); 15 Feb 2014 19:56:39 -0000 Mailing-List: contact commits-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltaspike.apache.org Delivered-To: mailing list commits@deltaspike.apache.org Received: (qmail 64141 invoked by uid 99); 15 Feb 2014 19:56:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Feb 2014 19:56:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Feb 2014 19:56:38 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1CC8323888D7 for ; Sat, 15 Feb 2014 19:56:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r898058 - in /websites/staging/deltaspike/trunk/content: ./ jsf.html Date: Sat, 15 Feb 2014 19:56:18 -0000 To: commits@deltaspike.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140215195618.1CC8323888D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Sat Feb 15 19:56:17 2014 New Revision: 898058 Log: Staging update by buildbot for deltaspike Modified: websites/staging/deltaspike/trunk/content/ (props changed) websites/staging/deltaspike/trunk/content/jsf.html Propchange: websites/staging/deltaspike/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sat Feb 15 19:56:17 2014 @@ -1 +1 @@ -1568671 +1568672 Modified: websites/staging/deltaspike/trunk/content/jsf.html ============================================================================== --- websites/staging/deltaspike/trunk/content/jsf.html (original) +++ websites/staging/deltaspike/trunk/content/jsf.html Sat Feb 15 19:56:17 2014 @@ -1329,6 +1329,7 @@ A sub-group is just a class or an interf { // ... + // no other JSF ExceptionHandler should handle this exception... event.handled(); } } @@ -1346,6 +1347,7 @@ A sub-group is just a class or an interf // required - "stops" the JSF lifecycle FacesContext.getCurrentInstance().setResponseComplete(); + // no other JSF ExceptionHandler should handle this exception... event.handled(); } } @@ -1382,6 +1384,7 @@ This is possible via a CDI qualifier:

// required - "stops" the JSF lifecycle FacesContext.getCurrentInstance().setResponseComplete(); + // no other JSF ExceptionHandler should handle this exception... event.handled(); } }