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 6789295
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:35:12+00:00 2026-05-26T17:35:12+00:00

I created a seam application using seam-gen. I am getting below error while navigating

  • 0

I created a seam application using seam-gen. I am getting below error while navigating to StatusList.xhtml page after saving and clicking Done button from Status.xhtml form.

Error is:

PWC2785: Cannot serialize session attribute org.jboss.seam.CONVERSATION#21$navigationBean for session 7800870138c191edf3d23718a68e

java.io.NotSerializableException: com.sitestuff.admin.NavigationBean

The following code is written for Done button in Status.xhtml

<s:button id="done" value="Done"action="#{statusHome.viewRecord}"/>

and viewRecord method is:

public String viewRecord() {
    getInstance();
    String rtValue = null;
    if (instance.getTextKey() != null) {
        rtValue = "/StatusList.xhtml?textKey=" + instance.getTextKey() +"?doSearch=1";
    } else {
        rtValue = "/StatusList.xhtml";
    }
    return rtValue;
}

I am trying to pass the specific textkey field as parameter in string as I have a filter condition on it and want to show only specific textkey records on StatusList.xhtml form.

Can anyone tell me what is going wrong and why error occurs ?

Thanks in advance.

Regards,

  • 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-26T17:35:13+00:00Added an answer on May 26, 2026 at 5:35 pm

    It looks like you have Richfaces (I’m assuming you are using it) configured to serialize session state and that “com.sitestuff.admin.NavigationBean” is not Serializable.

    Check if that bean/class implements serializable. Something like

    public class NavigationBean implements java.io.Serializable { ... }
    

    I’m also assuming that you have some rule on pages.xml which uses NavigationBean or that you have some interceptors that triggers something on NavigationBean.

    I had this problem just recently when playing with the state Serialization, hope that it helps.

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

Sidebar

Related Questions

I created an application using seam-gen. The created operation to search the DB ends
I would like to create an application from a database schema using seam-gen; unfortunately
I created a plain servlet within a seam-gen (2.1.2) application, now I would like
I succesfully created a project using seam credentials for authentication, but right now some
I've written an e-commerce web application using Seam 2.2, JPA, and JSF that, of
I have created a seam applcation with Hibernate(default) a ORM provider. While persisting an
I am having problems generating a app(using seam generate after seam create-project) With identifying
I created a program using dev-cpp and wxwidgets which solves a puzzle. The user
I created a few mediawiki custom tags, using the guide found here http://www.mediawiki.org/wiki/Manual:Tag_extensions I
I created a single page (with code behind .vb) and created Public intFileID As

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.