UIOutput out1 = (UIOutput) root.findComponent("form:out1");
UIOutput out2 = (UIOutput) root.findComponent("form:out2");
UIOutput out3 = (UIOutput) root.findComponent("form:out3");
UIOutput out4 = (UIOutput) root.findComponent("form:out4");
UIOutput out5 = (UIOutput) root.findComponent("form:out5");
UIOutput out6 = (UIOutput) root.findComponent("form:out6");
assertNotNull("out1", out1);
assertNotNull("out2", out2);
assertNotNull("out3", out3);
assertNotNull("out4", out4);