Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6704881
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:20:23+00:00 2026-05-26T07:20:23+00:00

In our application we have a portlet defined for each of the user tabs.

  • 0

In our application we have a portlet defined for each of the user tabs.

  • We are using JSF 1.2 +Portlets.
  • I want to clear the FacesContext Session managed beans when user
    navigates from one tab to another.

What would be the best way to achieve this?

  • Is there any portlet unload function available where we can write
    code to remove session managed beans before user leaves the
    tab(portlet).
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:20:23+00:00Added an answer on May 26, 2026 at 7:20 am

    As you’re using JSF 1.2 and thus cannot take benefit of the new view scope which is designed for exactly this purpose, your best bet is to grab MyFaces Tomahawk or MyFaces Orchestra. You only need to put your “view” scoped beans back from the session scope into the request scope.

    If you’d like to simulate the new JSF 2.0 view scope, i.e. the bean lives as long as you’re interacting with the same view, then you need to add Tomahawk’s <t:saveState> to the view referencing the request scoped bean.

    <h:form>
        <h:inputText value="#{bean.input}" />
        <h:commandButton value="Submit" action="#{bean.submit}" />
        <t:saveState value="#{bean}" />
    </h:form>
    

    If you’d like to simulate the new CDI conversation scope, which can span multiple views within the same browser tab, then you’d need to integrate Orchestra.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using a UiTableView in our application.We have two tabs in controller one
Each user of our application can have different format for Date and Time. I
In many places in our application we have code like this: using(RAPI rapi =
In our ColdFusion application we have stateless model objects. All the data I want
In our application, I have seen code written like this: User.java (User entity) public
In our application we have a Queue which is defined as the following: private
we are using NCover from http://www.ncover.com/ For our application we have 6 different solution
In our web application we have 18 screens in a module. Our user wants
In our application we have two use cases in which we want to avoid
in our application we have a lot of different profiles. Each profile enables the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.