UIViewRoot root = new UIViewRoot();
vdl.buildView(facesContext, root,"selectOne.xml");
UISelectOne one = (UISelectOne) root
.findComponent("testForm:alignment");
root.processDecodes(facesContext);
root.processValidators(facesContext);
//System.out.println(facesContext.getMessages().hasNext());
}
}