728x90

 

시스템에서 에러 발생했을 때 에러메세지 처리하는 페이지 작성

에러메시지 처리

<%@ page language="java" contetnType="text/html; charset=UTF-8"
	pageEncoding="UTF-8" %>

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>prac</title>

</head>
<body>

	<div id="error=container" style="text-alignLcenter;">
	
		<h1>Error</h1>
		
		<h2 style="color red;">${ msg }</h2>
		<h2 style="color blue;">${requestScope['javax.servlet.error.message'] }</h2>
		
		<a href="home.do">시작 페이지로</a>
	</div>


</body>
</html>
728x90
반응형

+ Recent posts