1 2 Previous Next 15 Replies Latest reply on Jan 23, 2008 2:25 AM by wachtda Go to original post
      • 15. Re: PhaseListener in Seam 2.0

        Ok, thank you Jacob, that works fine for me!

        Now the only problem I still have, is that If I have richfaces-components they will not appear as childs on my ViewRoot.

        I get the ViewRoot with:

        FacesContext context = FacesContext.getCurrentInstance();
        context.getViewRoot().getChildren();
        


        And loop trough all childrens:
        for (UIComponent child : children) {
        }
        


        That functions until I have richfaces-components, they will not appear in my chlidrens...

        Any suggestions?
        Thanks for helping

        1 2 Previous Next