質問

I have some simple code

<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 work fine, but event onStart and onComplete not working, i'm missing something ?

役に立ちましたか?

解決

h:selectBooleanCheckbox will working with ace/f:ajax, ice only have partialSubmit="true"

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top