formatAndTest("3", response.getText());
}
public void testSizeTagNamePropertyCollectionApplicationScopeNested() throws IOException, ServletException{
request.setAttribute("runTest", "testSizeTagNamePropertyCollectionApplicationScopeNested");
SimpleBeanForTesting sbft = new SimpleBeanForTesting();
SimpleBeanForTesting sbft2 = new SimpleBeanForTesting();
sbft.setCollection(collection);
sbft2.setNestedObject(sbft);
pageContext.setAttribute(REQUEST_KEY, sbft2, PageContext.APPLICATION_SCOPE);
pageContext.forward("/test/org/apache/struts/taglib/bean/TestSizeTag.jsp");
}