org.apache.myfaces.tobago.component.UIGridLayout.Row not serializable exception
-------------------------------------------------------------------------------

         Key: TOBAGO-71
         URL: http://issues.apache.org/jira/browse/TOBAGO-71
     Project: MyFaces Tobago
        Type: Bug

    Versions: 1.0.8, 1.0.7    
    Reporter: Richard van Nieuwenhoven


The GridLayout.Row instances have an List of cells (with are UIComponents)  and 
stores them as an attribute.
during state saving this attribute is not convertet to a state object witch 
results in a serialisation of the whole UITree and fails.....
as a hotfix i redefined the cells varrable to transient. whithout this hotfix 
my gui breaks.....

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to