ViewDeclarationLanguage vdl = facesContext.getApplication().
getViewHandler().getViewDeclarationLanguage(
facesContext, facesContext.getViewRoot().getViewId());
Map<String, Object> attributes = new HashMap<String, Object>();
UIComponent component = vdl.createComponent(facesContext,
"http://java.sun.com/jsf/composite/testComposite",
"dynComp_3", attributes);
Map<String, Object> attributes2 = new HashMap<String, Object>();
UIComponent text = (UIComponent) vdl.createComponent(facesContext,