Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-3332

Fix condition to call ComponentSupport.markComponentToRestoreFully on 2.1.x branch

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.1.4
    • JSR-314
    • None

    Description

      Since JSF 2.1, after the view is built an addtional iteration to call markInitialState is done.

      The condition to call ComponentSupport.markComponentToRestoreFully relies on that value, but instead we should use this condition:

      fcc.isRefreshTransientBuildOnPSS() && !fcc.isRefreshingTransientBuild()

      If no refreshing is done we are creating a new view, just like markInitialState. The effect is the view is not refreshed automatically in "auto" mode. It has been reported earlier, but checking the patch done on MYFACES-3329 I realized this condition is not working as expected.

      Attachments

        Issue Links

          Activity

            People

              lu4242 Leonardo Uribe
              lu4242 Leonardo Uribe
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: