<%@ taglib uri="/WEB-INF/template.tld" prefix="template" %> <%-- - FileName : expired.jsp - Author(s) : chj - Date : 2014-06-10 - - Description: 자기정보 수정 --%> <%@ page contentType="text/html; charset=utf-8" %> <%@ page import="kr.co.hsnc.common.base.WAFLogger" %> <%@ page import="kr.co.hsnc.common.util.ValueObject" %> <%@ page import="kr.co.hsnc.j2ee.waf.controller.web.util.WebKeys" %> <%@ page import="kr.co.hsnc.j2ee.waf.view.template.Screen" %> <%@ page import="kr.co.hsnc.common.config.*"%> <% ctx.init(request, response); ValueObject user = ctx.getUser(); %> <% // 협력업체 최초 로그인인 경우 if( user.get("ACCT_CAT_CODE").equals("CORPORATION")&&user.get("PWD_VALID_TO").equals("") ) { %> <% } else { %> <% } %>