Icefaces 3 ace:ajax事件不起作用

时间:2013-10-04 02:16:59

标签: ajax icefaces-3

我有一些简单的代码

<ice:selectBooleanCheckbox value="#{data.check}" style="border:0;"  valueChangeListener="#{myBean.actionCheckItem}" 
    partialSubmit="true" >
    <f:attribute name="dataIdx" value="#{data.rowIdx}"/>
    <ace:ajax execute="@this" render="@this" event="valueChange" onComplete="alert('dont');" onStart="alert('start');" />
</ice:selectBooleanCheckbox>

Ajax工作正常,但事件onStart和onComplete无法正常工作,我错过了什么?

1 个答案:

答案 0 :(得分:0)

h:selectBooleanCheckbox将使用ace / f:ajax,ice只有partialSubmit =&#34; true&#34;