<%@ taglib uri="http://jakarta.apache.org/taglibs/latka-taglib" prefix="latka" %> <% boolean xmlValidation = Boolean.valueOf(request.getParameter("xmlValidation")).booleanValue(); String styleUrl = request.getParameter("styleUrl"); %> <%= request.getParameter("testBody") %> <% // store away the test for when we return to the form props.setProperty("latka.testBody", request.getParameter("testBody").trim()); session.setAttribute("latka.failedResponses", pageContext.getAttribute("failedResponses")); %>