<%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ page import="net.sourceforge.fenixedu.presentationTier.Action.sop.utils.SessionConstants" %> <%@ page import="net.sourceforge.fenixedu.dataTransferObject.InfoStudent" %> <%@ page import="net.sourceforge.fenixedu.dataTransferObject.InfoTeacher" %>

-

:


<% java.util.Hashtable paramsVisuzalize = new java.util.Hashtable(); InfoStudent infoStudent = (InfoStudent) student; paramsVisuzalize.put("degreeType", infoStudent.getDegreeType().toString()); paramsVisuzalize.put("studentNumber", infoStudent.getNumber()); paramsVisuzalize.put("method", "getStudentAndMasterDegreeProofVersion"); pageContext.setAttribute("parametersVisuzalize", paramsVisuzalize, PageContext.PAGE_SCOPE); %>