Bonjour,
voilà je viens de commencer les JSF avec Facelets, mais j'ai un problemes.
quand je tape ceci :
j'ai un message d'erreur :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core"> </html>
The absolute uri: http://java.sun.com/jsf/facelets cannot be resolved in either web.xml or the jar files deployed with this application.
Dans mes librairies je dispose de :
- el-api.jar
- el-ri.jar
- jsf-facelets.jar
- commons-beanutils
- commons-collections
- commons-digester
- commons-el
- commons-fileupload
- commons-io
- commons-lang
- commons-logging
- tomahawk
Sinon pour info supplémentaire j'utilise NetBeans 6.5 avec Glassfish V2 et JDK 1.6
Partager