31 lines
989 B
XML
31 lines
989 B
XML
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE faces-config PUBLIC
|
|
"-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
|
|
"http://java.sun.com/dtd/web-facesconfig_1_0.dtd" [
|
|
]>
|
|
|
|
<faces-config>
|
|
<lifecycle>
|
|
<phase-listener>
|
|
it.valueteam.gnpgo.web.listener.phase.OnLoadPhaseListener
|
|
</phase-listener>
|
|
</lifecycle>
|
|
<!-- application>
|
|
<message-bundle>Messages</message-bundle>
|
|
<locale-config>
|
|
<default-locale>it</default-locale>
|
|
</locale-config>
|
|
</application -->
|
|
<application>
|
|
<view-handler>org.apache.myfaces.tomahawk.application.jsp.JspTilesTwoViewHandlerImpl</view-handler>
|
|
</application>
|
|
<validator>
|
|
<validator-id>DateCompareValidator</validator-id>
|
|
<validator-class>it.valueteam.gnpgo.web.validator.DateCompareValidator</validator-class>
|
|
</validator>
|
|
<!-- <converter>
|
|
<converter-for-class>java.util.Date</converter-for-class>
|
|
<converter-class>it.valueteam.gnpgo.web.util.DateTimeConverter</converter-class>
|
|
</converter>-->
|
|
</faces-config> |