public void testSimpleThisResourceReference() throws Exception
{
UIViewRoot root = facesContext.getViewRoot();
vdl.buildView(facesContext, root, "testSimpleThisResourceReference.xhtml");
UINamingContainer compositeComponent = (UINamingContainer) root.findComponent("cc1");
Assert.assertNotNull(compositeComponent);
HtmlGraphicImage gi = (HtmlGraphicImage) compositeComponent.getFacet(UIComponent.COMPOSITE_FACET_NAME).findComponent("gi");
Assert.assertNotNull(gi);
StringWriter sw = new StringWriter();