LabelTag tag = new LabelTag();
verifyGenericProperties(tag, "xhtml", null);
}
public void testWithKeyNoValueFromStack() throws Exception {
TestAction testAction = (TestAction) action;
final String key = "labelKey";
final String value = "baz";
testAction.setText(key, value);
testAction.setFoo("notToBeOutput");
LabelTag tag = new LabelTag();
tag.setPageContext(pageContext);
tag.setLabel("mylabel");
tag.setFor("for");