verify(TextFieldTag.class.getResource("Textfield-4.txt"));
}
public void testNoLabelFtl() throws Exception {
TestAction testAction = (TestAction) action;
testAction.setFoo("bar");
TextFieldModel model = new TextFieldModel(stack, request, response);
Map<String, String> params = new HashMap<String, String>();
params.put("name", "myname");
params.put("value", "%{foo}");