如何以編程方式觸發onclick/oncompleted事件?例如。如何以編程方式觸發onclick事件
<p:commandButton value="Destroy the World" onclick="confirmation.show()" type="button"/>
<p:confirmDialog message="Are you sure about destroying the world?"
showEffect="bounce" hideEffect="explode"
header="Initiating destroy process" severity="alert" widgetVar="confirmation">
</p:confirmDialog>
我試圖從支持bean觸發onclick="confirmation.show()"
。 我正在使用JSF2/Primefaces 2.2。