<%-- - Author(s) : Hyung min Son - Date : 2014.07.07 - Description: 연기 사유 팝업 --%> <%@page import="monfox.toolkit.snmp.agent.modules.SnmpV2Mib.SysOREntry"%> <%@ page contentType="text/html; charset=utf-8" %> <%@ page import="kr.co.udapsoft.common.*" %> <%@ page import="com.udapsoft.waf.system.*" %> <%@ page import="com.udapsoft.waf.common.*" %> <%@ page import="com.udapsoft.waf.common.ui.HTMLMaker" %> <%@ page import="com.udapsoft.waf.system.HandlerStorage" %> <%@ page import="kr.co.hsnc.common.util.*"%> <%@ page import="kr.co.hsnc.common.util.ValueObject" %> <%@ page import="kr.co.hsnc.common.sql.*" %> <%@ page import="kr.co.hsnc.common.sql.RowSet" %> <%@ page import="kr.co.hsnc.common.sql.util.*" %> <%@page import="java.net.URLDecoder"%> <%-- <%@ include file="/jsp/work/taglib.jsp" %> --%> <% ctx.init(request, response); HandlerStorage storage = ctx.getHandlerStorage(); ValueObject params = storage.getParams(); ValueObject user = ctx.getUser(); String DEMANDED_ID = (String) storage.get("DEMANDED_ID"); String BID_NO = (String) storage.get("BID_NO"); String BID_DEG = (String) storage.get("BID_DEG"); String TBE_STATUS_CD = (String) storage.get("TBE_STATUS_CD"); String TBE_FLAG = (String) storage.get("TBE_FLAG"); //String OPEN_VALUE = (String) storage.get("OPEN_OPINION"); String OPEN_VALUE = URLDecoder.decode(request.getParameter("OPEN_OPINION"),"UTF-8") ; String pop_win_id = (String) storage.get("pop_win_id"); %> <%@ page contentType="text/html; charset=utf-8" %>
저장
특기사항