Gestión de excepciones y fin de sesión
This commit is contained in:
@@ -2,4 +2,10 @@
|
||||
<faces-config xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_3.xsd" version="2.3">
|
||||
|
||||
<!-- <factory> -->
|
||||
<!-- <exception-handler-factory>org.omnifaces.exceptionhandler.FullAjaxExceptionHandlerFactory</exception-handler-factory> -->
|
||||
<!-- </factory> -->
|
||||
<factory>
|
||||
<exception-handler-factory>org.omnifaces.exceptionhandler.FacesMessageExceptionHandlerFactory</exception-handler-factory>
|
||||
</factory>
|
||||
</faces-config>
|
||||
|
||||
Reference in New Issue
Block a user