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

jsf.js: the viewstate resolution needs to be entirely deferred to the end of the rendering cycle

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.0.5
    • None
    • None

    Description

      The problem with the current code and generally the spec is that if a viewstate update is issued the viewstate elemts should be updated normally this happens at the end of the rendering, but what if the viewstate is issued in between, then our update might happen on elements not yet rendered or later updated. Hence the viewstate then is lost. It makes sense to defer the viewstate update always to the end of the rendering cycle.

      Attachments

        Activity

          People

            Unassigned Unassigned
            werpu Werner Punz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: