salut,

J'essaye de faire un calendrier avec myfaces mais l'importation du taglib merde

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
<%@page contentType="text/html"%>
<%@taglib uri="http://java.sun.com/jsf/html" prefix="html"%>
<%@taglib uri="http://java.sun.com/jsf/core" prefix="core"%>
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
 
 
 
<httml>
<head>
<title>Air France</title>
<body>
<center>
<core:view>>
<html:form>
       <t:inputDate type="{date|time|both|short_time|full}"  popupCalendar="{true|false}"  ampm="{true|false}"/>
 
 
	   <html:outputText value="E4 : Très bien ! A quel moment me conseiller-vous de rappeler?"/>
	   <br>	   
	  <html:commandButton value="Suite" action="#{pkb.etrois}"/>
</html:form>
</core:view>
</center>
</body>
</html>
Pour info j'ai bien importer les lib de myfaces sur le projet