je sais que pr integrer taglib dans un fichier jsf on fait comme ça;

<%@ taglib uri="" prefix%>

Mais mnt je travaille sur visual web jsf

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
 
 
<jsp:root version="2.1" xmlns:f="http://java.sun.com/jsf/core" 
xmlns:h="http://java.sun.com/jsf/html" 
xmlns:jsp="http://java.sun.com/JSP/Page" 
xmlns:c="http://sourceforge.net/projects/jsf-comp"
xmlns:webuijsf="http://www.sun.com/webui/webuijsf"
>
comment integer un tag lib existe dans /web-inf????????