[ facelets ] configuration
salut
face-config.xml
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
<?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_1_2.xsd"
version="1.2">
<application>
<view-handler>
com.sun.facelets.FaceletViewHandler
</view-handler>
</application>
</faces-config> |
il m'affiche le warning suivant :
Code:
1 2 3
|
Severity and Description Path Resource Location Creation Time Id
Cannot find fully qualified class: com.sun.facelets.FaceletViewHandler Test/WebContent/WEB-INF faces-config.xml L/Test/WebContent/WEB-INF/faces-config.xml 1241889251250 2269 |