verify(TextFieldTag.class.getResource("Submit-6.txt"));
}
public void testSimpleThemeImageUsingActionAndMethod() throws Exception {
TestAction testAction = (TestAction) action;
testAction.setFoo("bar");
SubmitTag tag = new SubmitTag();
tag.setPageContext(pageContext);
tag.setTheme("simple");
tag.setType("button");