This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Action commandButton and componentControlpvito Jan 18, 2012 5:32 AM (in response to tomek.f)Hi, Tomek Do You wrapped a4j:commandButton in tags <form></form> ? 
- 
        2. Re: Action commandButton and componentControltomek.f Jan 18, 2012 5:33 AM (in response to pvito)Yes, of course it is wrapped in <h:form></h:form> 
- 
        3. Re: Action commandButton and componentControliabughosh Jan 18, 2012 8:12 AM (in response to tomek.f)hello Tomek, try this : <a4j:commandButton action="#{yourAction}" render="yourPopup" oncomplete="#{rich:component('yourPopup')}.show();"> <f:setPropertyActionListener target="#{target}" value="#{value}"/> </a4j:commandButton> regards. 
 
     
    