<%-- - FileName : chgItemPopup.jsp - Author(s) : Kim Myung HO - Date : 2014.10.28 - Description: ITEM 변경 내역 --%> <%@ page contentType="text/html; charset=utf-8" %> <%@ page import="kr.co.hsnc.common.sql.RowSet" %> <%@ page import="kr.co.hsnc.common.util.ValueObject" %> <%@ page import="com.udapsoft.waf.system.*" %> <%@ page import="com.udapsoft.waf.common.*" %> <%@ page import="kr.co.udapsoft.common.*" %> <%@ page import="com.udapsoft.waf.common.ui.HTMLMaker" %> <%@ page import="com.udapsoft.waf.system.HandlerStorage" %> <%@ page import="com.udapsoft.waf.common.util.*" %> <%@ include file="/jsp/work/taglib.jsp" %> <% ctx.init(request, response); HandlerStorage storage = ctx.getHandlerStorage(); ValueObject user = ctx.getUser(); ValueObject params = storage.getParams(); String event = storage.getEvent(); ValueObject cont = storage.getValueObject("cont"); ValueObject ContInfo = storage.getValueObject("ContInfo"); RowSet chgItemList = storage.getRowSet("chgItemList"); %>
" /> " /> " />
검색 <%if (params.get("editYN").equals("Y")){%> 저장 <%} %>
<%//상품 목록 %> <%@ include file="/jsp/ko_KR/buyer/cont/purchase/chgItemList.jsp" %> <% if (params.get("isClose").equals("Y")) { %> <% } %>