1 2 Previous Next 15 Replies Latest reply on Jan 15, 2009 9:10 AM by ilya_shaikovsky Go to original post
      • 15. Re: Rich modalpanel closes automatically
        ilya_shaikovsky

        modal panel closes automatically in next cases:

        1) h:command*, s:link used. (Whole page updated after such requests)

        2) a4j:command*, poll, support, and etc used and updates some component which contains opened panel. (Works as designed because panel reinitialized to closed state)

        3) In previous 3.2.2 version there was issue with the popup components inside a4j:include (the only workaround is to define ajaxRendered=false)

        So avoid this two cases and it will not be closed.

        1 2 Previous Next