list.jsp에서 table 이 안나와서 왜 그런가 알아보다가, 

<table id="list" width="90%">

<c:forEach items="${list}" var="u">

 

즉, c:forEach에서 ${list}를 못 읽어오는것 같아서 찾아보니, jstl 라이브러리를 import하지 않아서 그런거였다...

 

 

외부 css 파일 참조하게 만들기:

<link rel="stylesheet" href="${path}/resouces/css/liststyle.css">

 

 

No Mapping found for HTTP request Error:

www.baeldung.com/spring-mvc-404-error

 

 

 

 

 

 

+ Recent posts