session « RichFaces « JSF Q&A





1. JSF session scope beans with Tabbed browsing    stackoverflow.com

We have the following problem... Application's environment: JSF, Richfaces, a4J Consider having the following scenario:

  • The user logs into the system
  • The user navigates to a new page which consists of an a4j form containing a4j ...

2. JSF - Richfaces - How to know if the session is timed out (on client)    stackoverflow.com

I am developing application using JSF- richfaces. The application has standard login page, session management and the session expire time is 15 min. One of the requirement is, when the session expires and ...

3. Unnecessary Session Beans in Ajax Enabled JSF Frameworks    stackoverflow.com

I've noticed that when using Ajax heavy JSF 1.2 implementations like Richfaces you're somehow forced to declare more managed beans than you'll want as Session scoped so that state can be ...

4. Session timeout and re-direction on login    stackoverflow.com

On session timeout we re-direct to the login page and if the user logs back into the portal he gets re-directed to the page he was trying to navigate in the ...

5. RichFaces: Need to share JSF views across sessions    stackoverflow.com

NOTE: I have a related question here (http://stackoverflow.com/questions/6915055/are-jsf-views-shared-between-users) but that deals with a few other issues, so I am creating this one to focus on a more specific area. I am using ...

6. @PostConstruct dont call in a session managed bean    stackoverflow.com

Like I say in the title, I have a method with the @PostConstruct tag in a managed bean in session scope. But the method is never called. In another bean in ...