2 Replies Latest reply on Mar 28, 2011 8:13 AM by khannap2001

    Seam Session Refresh

    khannap2001

      I have a list of users in session. I want to provide refresh functionality on my web page so that when user clicks refresh then session is cleared and page is reloaded.

       

      How can i achieve this in seam?

        • 1. Seam Session Refresh
          boy18nj

          if you are refreshing your session, this is something you have to do manually in your session component. Either you reinstate the values on refresh like making it null or changing its values on the call of refresh, this will reflect your updated values. Or if you are talking about any session conversation scope then on refresh you could end your conversation.

           

          This question is more suitable in Seam forum.

          • 2. Seam Session Refresh
            khannap2001

            I asked same question in seam forum but noone replied.

             

            My issue is that on click of link though i call the method in which i make my list null but how can i redirect it to same page load again?

            also, if i have many variables to be refreshed then is there any neat way to do it?

             

            any code sample will help.