Posts by Washington Reis D F • 66 points
2 posts
-
1
votes1
answer786
viewsA: Render component after clicking button
Do it like this. <h:form> <h:outputLabel value="Possui efeito secundário? : " rendered="true" /> <p:selectBooleanButton id="efeito" value="#{habilidademb.habilidadeHidden}"…
-
4
votes2
answers1250
viewsA: JSF - Bar loading while executing a Java method
Add this here on your page is a component of the primefaces. <p:ajaxStatus onstart="PF('statusDialog').show()" onsuccess="PF('statusDialog').hide()" /> <p:dialog widgetVar="statusDialog"…