When I try to use attributes onSuccess onFailure and onStart within the commandButtonAjax I got an exception ...

08:47:04,386 ERROR [jsp:154] org.apache.jasper.JasperException: /phone.jsp(39,4)
Unable to find setter method for attribute: onSuccess

the same exception is thrown for each mentioned attributes ...

<h:form>
...
<s:commandButtonAjax id="buttonMy" onSuccess="someJavascript();" action="#{manager.login}" styleClass="portlet-form-button" value="#{msgs.submit}" > </s:commandButtonAjax>
</h:form>


Reply via email to