1 Reply Latest reply on Mar 10, 2010 7:46 AM by ilya_shaikovsky

    Need refresh in session scope of a page.

    jsfgeeks

      Hi all,

       

            I am developing an application with Richfaces 3.3.2 & Glassfish 2.x. I have a page (in session scope), which has a table with column preview.

      In that column, I have a button on which I am opening modal panel to play the sample video. But when I close that modal panel, the sound still comes. And if I refresh the page manually, then it closes.

       

           I can't change the scope of the page to request. I think, it might work request scope, but I can't do that.

       

          So, is there any solution to this problem ?

       

      Thanks in advance,

      JSF GEEKS

        • 1. Re: Need refresh in session scope of a page.
          ilya_shaikovsky
          seems problem isn't in the scope. closure of the panel - just client side operation which makes the panel invisible. But the objct which you initiated on opening seems still active. so you need to add client code for it's disabling on panel closure.
          1 of 1 people found this helpful