You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "John Singleton (JIRA)" <de...@myfaces.apache.org> on 2007/04/25 15:38:15 UTC

[jira] Created: (TOMAHAWK-970) HtmlTabbedPane is not serializable

HtmlTabbedPane is not serializable
----------------------------------

                 Key: TOMAHAWK-970
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-970
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Tabbed Pane
    Affects Versions: 1.1.5
         Environment: myfaces 1.1.5, tomahawk 1.1.5, facelets, java 5
            Reporter: John Singleton


HtmlTabbedPane does not implement Serializable, so I get exceptions like this when starting up and shutting down my webapp:

java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException
: org.apache.myfaces.custom.tabbedpane.HtmlPanelTabbedPane

This happens when the Session manager persists the session.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.