This content has been marked as final.
Show 1 reply
-
1. Re: do we have 'onerror' attribute for <a4j:commandButton>
michpetrov Apr 9, 2013 9:26 AM (in response to prathap_dudvat)Hi,
there is no onerror but you can do this:
<a4j:commandButton data="#{bean.validationSuccessful}" oncomplete="if(data)#{rich:component('panel')}.hide();" … />checking for exceptions is something you'll have to do yourself.