3 Replies Latest reply on Mar 11, 2011 1:06 PM by shikida

    a4j:mediaOutput causing backing bean to be instantiated again.

    hotngui

      I am trying to use a4j:mediaOutput inside a rich:modalPanel, but doing so causes my backing bean to be re-instantiated.

       

      I do have a4j:keepAlive set for that backing bean so it should not be re-instantiated. If I remove the a4j:mediaOutput element from my JSP I do not see the problem - even though there are other calls to my backing bean in the modalPanel. I have tried several combination of settings for the cachable and session attributes of the a4j:mediaOutput with no joy.

       

      Any ideas? Am I looking at a bug or expected behavior?

       

      Joey