%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page import="com.pms.common.utils.*"%> <%@ page import="java.util.*" %> <%@include file= "/init.jsp" %> <% String message = CommonUtils.checkNull(request.getAttribute("message")); String result = CommonUtils.checkNull(request.getAttribute("resultFlag")); String exceptionMsg = CommonUtils.checkNull(request.getAttribute("exception")); HashMap oemInfo = new HashMap(); oemInfo = (HashMap)request.getAttribute("oemInfo"); if(null == oemInfo){ oemInfo = new HashMap(); } String oemObjid = CommonUtils.checkNull(oemInfo.get("OBJID")); String oemName = CommonUtils.checkNull(oemInfo.get("OEM_NAME")); String oemCode = CommonUtils.checkNull(oemInfo.get("OEM_CODE")); String status = CommonUtils.checkNull(oemInfo.get("STATUS")); %>