일반 메시지 출력용 화면
This commit is contained in:
parent
2c2a6c7ae3
commit
5c2a4b1174
11
src/main/webapp/WEB-INF/jsp/nlib/cmm/common.jsp
Normal file
11
src/main/webapp/WEB-INF/jsp/nlib/cmm/common.jsp
Normal file
@ -0,0 +1,11 @@
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8" %>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
||||
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %>
|
||||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
||||
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%>
|
||||
|
||||
결과코드 : ${code}
|
||||
<br />
|
||||
메시지 : ${message}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user