from branch of project todolist
This commit is contained in:
14
src/main/webapp/WEB-INF/faces-config.xml
Normal file
14
src/main/webapp/WEB-INF/faces-config.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<faces-config xmlns="http://java.sun.com/xml/ns/javaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
|
||||
version="2.0">
|
||||
<lifecycle>
|
||||
<phase-listener>de.jooqFaces.JooqFacesRenderResponsePhaseListener</phase-listener>
|
||||
<phase-listener>de.jooqFaces.JooqFacesRestoreViewPhaseListener</phase-listener>
|
||||
</lifecycle>
|
||||
<factory>
|
||||
<faces-context-factory>de.jooqFaces.JooqFacesContextFactory</faces-context-factory>
|
||||
</factory>
|
||||
</faces-config>
|
Reference in New Issue
Block a user