blob: 1d141650beb046be85d17d9b2567190ab24e6eb5 [file] [log] [blame]
<%@ page contentType="text/plain" %><jsp:useBean id="simpleBean"
scope="session" class="org.apache.tester.SessionBean"/><%
simpleBean.setStringProperty("From Session07a");
response.sendRedirect("Session07b.jsp");
%>