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.