2 Replies Latest reply on Jan 24, 2007 9:29 AM by topperharley

    Portlet state refresh problem

    topperharley

      I am having some problems with my JBoss portal app that I think might be caused by how Portal is caching portlet state.

      My app has:
      JBoss Portal 2.4
      Seam 1.1
      Myfaces 1.1.4

      I have a portlet that has a navigation of A -> B -> C -> D. I submit the actions that take me to page C.

      If I navigate away from this porlet and return, it returns me to page C. My desired result is to reset the portlet state to page A.

      I already set my portlet cache to 0 and that seems to have done nothing.

      Can anybody shed some light into my situation?

      Thanks,
      Rus

        • 1. Re: Portlet state refresh problem
          theute

          What do you mean by: "If I navigate away from this porlet and return, it returns me to page C"

          • 2. Re: Portlet state refresh problem
            topperharley

            In our current application, we're only showing one portlet at a time. If I show another portlet by clicking on the navigation bar on the top, I consider that navigating to another portlet. If I then click on the link to take me to the original portlet, it's shows up on page C. I'm not closing the browser so the same portal session is still in the correct context.

            I'm really confused and I'm not sure whether it's a portal issue or a seam issue.

            Thanks in advance.