我們對自己的JSF 2.2項目中使用這樣的(代碼已被簡化爲清楚起見)的複合成分: <!-- the page with the composite component inside -->
<my:component methodListener="#{myBean.myMethod}" />
<!-- the composite component -->
<cc:interface>
在使用複合材料部件時,有條件地與<c:if> 我知道這個的編譯/渲染時間的問題,我得到一個重複的ID例外,但我真的不知道爲什麼下面的例子不工作。 請看看以下三個簡單的片段 會話範圍的bean命名testBean就持有一個布爾值和兩個AJAX聽衆此值更改爲true或false: @Named
@SessionScoped
public class TestBean implements Seri