AjaxViewRoot does not work the same way with Facelets as with JSP pages
Hi eveyone,
I have a PhaseListener that used to work in a JSP based application but it fails to work when the
view technology is Facelets.
The the JSP version of the page, the PhaseListener was able to get hold of the AjaxViewRoot and
navigate the component tree to get hold of the required components for its task.
Now with Facelets, the AjaxViewRoot instance always returns the information that it doesn't have
any children.
Is this a known behavior?
Thanks in Advance,
Paulo