<%-- - FileName : ChangeExpiredPwdWorker.jsp - Author(s) : chj - Date : 2014-06-18 - Copyright : Copyright (c) 2014 www.udapsoft.co.kr, Inc. - - Description: 비밀번호 체크 및 수정 반영 --%> <%@ page contentType="text/html; charset=utf-8" %> <%@ page import="kr.co.udapsoft.system.HandlerStorage" %> <% ctx.init(request, response); String message = null; String event = null; HandlerStorage storage = ctx.getHandlerStorage(); event = storage.getEvent(); boolean success = storage.getSuccess(); %> <% if( success ) { %> <% } else { %> <% } %>