You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ta...@apache.org on 2014/03/13 11:41:17 UTC

svn commit: r1577095 - /deltaspike/site/trunk/content/jsf.mdtext

Author: tandraschko
Date: Thu Mar 13 10:41:16 2014
New Revision: 1577095

URL: http://svn.apache.org/r1577095
Log:
typo

Modified:
    deltaspike/site/trunk/content/jsf.mdtext

Modified: deltaspike/site/trunk/content/jsf.mdtext
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/jsf.mdtext?rev=1577095&r1=1577094&r2=1577095&view=diff
==============================================================================
--- deltaspike/site/trunk/content/jsf.mdtext (original)
+++ deltaspike/site/trunk/content/jsf.mdtext Thu Mar 13 10:41:16 2014
@@ -1329,7 +1329,7 @@ This is possible via a CDI qualifier:
     @ExceptionHandler
     public class ApplicationExceptionHandler
     {
-        public void handleELException(@Handles @JsfExceptionEvent<ELException> event)
+        public void handleELException(@Handles @Jsf ExceptionEvent<ELException> event)
         {
             FacesContext.getCurrentInstance().getApplication().getNavigationHandler().handleNavigation(...); // or ExternalContext etc.