{
@Test
public void testRepeat() throws Exception
{
Company c = Example.createCompany();
facesContext.getExternalContext().getRequestMap().put("company", c);
UIViewRoot root = facesContext.getViewRoot();
vdl.buildView(facesContext, root, "repeat.xml");