% /************************************************************@@ * Program Name : doc_view.jsp * Description : /집계자/진행함/보고자료 보기 * Author : 강원중 * Create Date : 2004.10.11 * History : @@************************************************************/ %> <%@ page contentType="text/html; charset=UTF-8" import="java.net.URLEncoder" import="kr.co.kihyun.beans.user.HttpSSOLogin" import="kr.co.kihyun.lang.MLong" import="kr.co.kihyun.moumi.Moumi" import="kr.co.kihyun.moumi.doc.MDoc" import="kr.co.kihyun.beans.totsys.doc.Doc" import="kr.co.kihyun.beans.totsys.memo.MemoList" import="kr.co.kihyun.moumi.report.MReport" import="javax.jdo.PersistenceManager" import="javax.jdo.Transaction" import="kr.co.kihyun.beans.entity.util.*" import="kr.co.kihyun.beans.entity.*"%> <% PersistenceManager pm = new MPersistenceManager(PMF.get().getPersistenceManager()); Transaction tx = pm.currentTransaction(); try{ /****** Parameter ******/ Long reportID = MLong.parseLong(request.getParameter("reportID")); TotReport totReport = pm.getObjectById(TotReport.class, reportID); %> <% session.setAttribute("reReportURI","opener.location='/totsys/totper/mydocbox/prssbox/reports/report_list.jsp?docID="+totReport.getTotDoc().getId()+"'"); %> <%@page import="kr.co.kihyun.beans.entity.TotReport"%>