Re: [jsf 2.0] UIViewRoot afterPhase

2009-10-28 Thread Martin Marinschek
Hi Jakob, if UIViewRoot.afterRestoreView is not called by Mojarra in its current state even though the spec language is clear, you should raise an issue with the implementation. If you are hinting into a direction where you say that the spec language is not clear (which I think you do), then you

[jsf 2.0] UIViewRoot afterPhase

2009-10-27 Thread Jakob Korherr
Hi, While working on MYFACES-2374 UIViewRoot.getBeforePhaseListener() and UIViewRoot.getAfterPhaseListener() could be called on PhaseId.RESTORE_VIEW, I found out that the mojarra javadoc was changed, so that only UIViewRoot.getAfterPhaseListener should be called on RESTORE_VIEW. Mojarra javadoc

Re: [jsf 2.0] UIViewRoot afterPhase

2009-10-27 Thread Simon Lessard
Hi Jakob, Because after restore view is actually one of the most used (along with before render) and was specifically added to 2.0 for that purpose. It's not possible to make it different because the spec say so, and thus MyFaces might not pas the TCK if it was made differently. So, there's