8 Replies Latest reply on Sep 15, 2015 7:34 AM by vpenugo

    rich:popupPanel content showing without calling show() after Richfaces migration from 3.3.3 to 4.3

    vpenugo

      Hi,

       

      I have a popupPanel where I am using this in many pages. So, I included the popup in main page with <ui:include src="popupsearch.xhtml"/> tag. In the popup we have <h:form> and <rich:extendedDataTable> finally I have a a4j command button to close the popup. but when we open the main page by default it is showing the a4j command button ( last component in my popup xhtml ). it is working fine in Richfaces 3.3.3. I am seeing this behavior after upgraded to Richfaces 4.3.

       

      Can any one faced this issue or anyone know why popupPanel is behaving like this. Please suggest me some solution for this.