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

                 Key: MYFACES-3070
                 URL: https://issues.apache.org/jira/browse/MYFACES-3070
             Project: MyFaces Core
          Issue Type: Bug
            Reporter: Werner Punz
            Priority: Minor


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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to