【发布时间】:2014-05-14 15:00:25
【问题描述】:
我需要这个没有 PrimeFaces 标签,但它不起作用。
html:
<f:view xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http://xmlns.jcp.org/jsf/core"
xmlns:jsf="http://xmlns.jcp.org/jsf"
xmlns:p="http://primefaces.org/ui">
<button jsf:id="myButton" onclick="alert('buttonClick');">Button</button>
</f:view>
Primefaces 错误:
未捕获的类型错误:无法读取未定义的属性“左侧” (匿名函数)bI.event.dispatch cc.handle
【问题讨论】:
标签: jsf jsf-2 primefaces