我已經建立了一個JSF 2.1.2頁面,各種primefaces組件如p:calendar,p:selectOneMenu ... 此頁面正常工作。 但是: 我需要這個第一頁中的其他頁面AP集成:與對標籤元素:TabView的父: 這樣的:Primefaces,jQuery的包括頁面上的UI問題:包含在p:tabview
<p:tabView id="tabview">
<p:tab title="User admin">
<ui:include src="firstPage.xhtml" />
</p:tab>
</p:TabView>
問題:primefaces成分不再起作用(其中p無顯示:日曆爲例),我得到很多與螢火蟲像jQuery缺席的錯誤是缺席:
$(this.jqId + " ul").sortable is not a function
[Stopper sur une erreur]
...d+" .ui-picklist-target-controls .ui-picklist-button-move-up").click(function(){...
primef...mefaces (ligne 27)
$(this.jqId + " ul").sortable is not a function
[Stopper sur une erreur]
...d+" .ui-picklist-target-controls .ui-picklist-button-move-up").click(function(){...
.....
感謝您的幫助。 Christophe。
說,如果您將其更改爲src =「/ firstPage.xhtml」(已添加「/」)...?也......我猜是一個錯字?資本「T」 – Daniel 2012-04-26 11:02:19