[jboss-user] [JBoss Seam] - Re: PhaseListener in Seam 2.0

wachtda do-not-reply at jboss.com
Wed Jan 23 02:25:50 EST 2008


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

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122485#4122485

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122485



More information about the jboss-user mailing list