|
@@ -13,12 +13,9 @@ response.setHeader("pragma","no-cache");
|
13
|
13
|
request.setCharacterEncoding("utf-8");
|
14
|
14
|
|
15
|
15
|
System.out.println("[OQPO_ORDER_RES] CALLED.");
|
|
16
|
+System.out.println("[OQPO_ORDER_RES] EP_res_cd : " + request.getParameter("EP_res_cd"));
|
|
17
|
+System.out.println("[OQPO_ORDER_RES] EP_tr_cd : " + request.getParameter("EP_tr_cd"));
|
16
|
18
|
|
17
|
|
-Enumeration<String> params = request.getAttributeNames();
|
18
|
|
-while (params.hasMoreElements()) {
|
19
|
|
- String key = params.nextElement();
|
20
|
|
- System.out.println("[OQPO_ORDER_RES] KEY : " + key + ", VALUE : " + request.getParameter(key));
|
21
|
|
-}
|
22
|
19
|
%>
|
23
|
20
|
<c:set var="contextPath" value="${pageContext.request.contextPath}" />
|
24
|
21
|
<html lang="ko" xmlns="http://www.w3.org/1999/xhtml">
|