public void testActionErrorsDontEscape() throws Exception {
ActionErrorTag tag = new ActionErrorTag();
TestAction testAction = new TestAction();
testAction.addActionError("<p>hey</p>");
stack.pop();
stack.push(testAction);
tag.setEscape(false);
tag.setPageContext(pageContext);
tag.doStartTag();