viewRoot « IceFaces « JSF Q&A





2. Empty ViewRoot with IceFaces 1.8 (worked on 1.7)    icefaces.org

Hi there, I have the following problem with icefaces 1.8 We have built a facility to control some aspects of our icefaces application with getParameters with the help of a PhaseListener. This doesn't work anymore because the ViewRoot is always empty when invoking a URL which points to a IceFaces application, even if there is a valid session. (1.7 only had ...

4. Missing ViewRoot in restoreState    icefaces.org

5. JSF PhaseListener. ViewRoot has no children if page accessed first time.    icefaces.org

Question about JSF PhaseListener... I'm trying to access UIComponents just before the render response phase to change some attributes of the UIComponents. I have created a PhaseListener, which is called before the render response phase. I want to get the ViewRoot and iterate over it to access all UIComponents. But in the beforePhase, the ViewRoot has no children if view was ...