<%@ page import="com.dragonsoft.tryapp.constants.TryConstants, com.dragonsoft.tryapp.webapp.sessions.TrySession" %> <%@ taglib uri="/tags/struts-bean" prefix="bean" %> <%@ taglib uri="/tags/struts-html" prefix="html" %> <% TrySession trySession = (TrySession)request.getSession(). getAttribute( TryConstants.TRY_SESSION_OBJ ); if( trySession == null ) { trySession = new TrySession( request.getSession(), webAppUser ); request.getSession(). setAttribute( TryConstants.TRY_SESSION_OBJ, trySession ); } %> <%@ include file="/common/elements/defaultHeader.jsp" %>
This is the professor page.
<%@ include file="/common/elements/defaultFooter.jsp" %>