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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...