<%@ page contentType="text/plain" %><% if ("From Session07a".equals(simpleBean.getStringProperty())) { out.println("Session07 PASSED"); } else { out.println("Session07 FAILED - Property = '" + simpleBean.getStringProperty() + "'"); } %>