primefaces标签日历没有出现

时间:2014-07-19 14:59:03

标签: jsf primefaces

我是jsf的初学者,我需要添加一个弹出日历。我正在使用Eclipse juno。

我在google上做了一些研究,这是我发现的代码:

Date de Creation : <p:calendar value="#{ticketBean.ticket.dateCreation}"  mode="popup" showOn="button" />

但是当我执行程序时没有出现并且没有检测到错误

<html xmlns="http://www.w3.org/1999/xhtml"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:p="http://primefaces.org/ui">

<h:body>
    <h:form>
<h:panelGroup>
             Date de Creation :
           <p:calendar value="#{ticketBean.ticket.dateCreation}" mode="popup"
                    showOn="button" navigator ="true"/>
            </h:panelGroup>

0 个答案:

没有答案