This content has been marked as final.
Show 1 reply
-
1. Re: bug?
ilya_shaikovsky Jun 19, 2007 9:28 AM (in response to koenhandekyn)I've tried
<h:form> <a4j:outputPanel ajaxRendered="true"> <h:outputText value="Hello" rendered="#{bean.intprop==0}"></h:outputText> </a4j:outputPanel> <a4j:commandButton action="#{bean.setZero}" value="make rendered"></a4j:commandButton> </h:form>
Works as expected.