我有一些简单的代码
<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无法正常工作,我错过了什么?
答案 0 :(得分:0)
h:selectBooleanCheckbox将使用ace / f:ajax,ice只有partialSubmit =&#34; true&#34;