Hi<br><br>Just one question: why PostRestoreStateEvent is not published using Application.publishEvent?.<br><br>This event is used to update component bindings on beans. The only mention on the spec is on JSF 2.0 spec (not rev A) UIViewRoot.processRestoreState, but that code was changed to be called on restore view phase. <br>
<br>The final effect is you can&#39;t suscribe listeners to this event, which is odd because there is nothing on the spec or javadoc that says this event can&#39;t be intercepted by a listener. It is just in practice when you find both Mojarra and MyFaces do the same (because this behavior comes from the description on UIViewRoot.processRestoreState).<br>
<br>regards,<br><br>Leonardo Uribe<br><br><br>