Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-beta-2
-
None
Description
SessionChangeManager stored changes are not applied for Facelets pages. These work well for JSPs, where we invoke the change application methods in SessionChangeManager from the document tag handler. For facelets we need to call these methods similarly in a suitable point in the lifecycle, either in the document handler or soon after the view is built.