[richfaces-issues] [JBoss JIRA] Resolved: (RF-1047) UITabPanel: if "value" is not available during RestoreView, then ProcessDecodes ignored for child components

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat Oct 13 06:54:04 EDT 2007


     [ http://jira.jboss.com/jira/browse/RF-1047?page=all ]

Nick Belaevski resolved RF-1047.
--------------------------------

    Resolution: Done

> UITabPanel: if "value" is not available during RestoreView, then ProcessDecodes ignored for child components
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-1047
>                 URL: http://jira.jboss.com/jira/browse/RF-1047
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.1
>         Environment: Richfaces 3.1.1-CR1
>            Reporter: Matt Drees
>         Assigned To: Nick Belaevski
>            Priority: Critical
>             Fix For: 3.2.0
>
>
> I have a tabPanel whose value attribute is bound to a Seam conversation-scoped component.  Conversation-scoped components are not available during the RestoreView phase.  So, when the TabPanel has its "restoreState" method invoked, it sets "restoredRenderValue" field to null.  Later, during the ProcessDecodes phase, my component is actually available, but getSwitchedFacetsAndChildren() doesn't look at it; instead, it looks at the restoredRenderedValue field, and because it's null, it doesn't execute ProcessDecodes on any of the child tabs.

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

        



More information about the richfaces-issues mailing list