0 Replies Latest reply on Jul 10, 2006 5:56 PM by adamw

    JSF pages caching

    adamw

      Hello,
      are the JSF pages (portlets) cached in any way? I have a jsf portlet on a page and when I open it, I see that a call to a request-scoped bean is made only once. When I refresh it, no calls are made. This affects the page behaviour: that bean checks if a user is logged in or not. So, if you open the page with this portlet, then login, the page won't "notice" - you need to delete the session cookie first to make it work.

      --
      Cheers,
      Adam