blob: 8a3daa9e4889366f442e6d49a8535869b060cc1f [file] [log] [blame]
<%@ page contentType="text/plain" %><jsp:useBean id="simpleBean"
scope="session" class="org.apache.tester.SessionBean"/><%
if ("From Session07a".equals(simpleBean.getStringProperty())) {
out.println("Session07 PASSED");
} else {
out.println("Session07 FAILED - Property = '" +
simpleBean.getStringProperty() + "'");
}
%>