문제

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