Don't know how to iterate over supplied "items" in <forEach>
리스트 형식이 아닌데 forEach를 사용해서 발생하는 에러 입니다.
<c:foreach var="community" items="${community}" id: ${community.id} <br /> subject: ${community.subject} <br /> name: ${community.name} <br /> registerDate: ${community.registerDate} <br /> viewCnt: ${community.viewCnt} <br /> content: ${community.content} <br /> </c:foreach>
위에 적혀 있는 것을 아래와 같이 그냥 적어주시면 됩니다.
id: ${community.id} <br /> subject: ${community.subject} <br /> name: ${community.name} <br /> registerDate: ${community.registerDate} <br /> viewCnt: ${community.viewCnt} <br /> content: ${community.content} <br />
JavaScript 댓글, 대댓글의 등록, 수정 구현 (jquery 댓글 작성, 수정, 삭제) (29) | 2014.12.16 |
---|---|
ckeditor 제작물 삽입 (0) | 2014.12.15 |
ajax를 동기방식으로 사용 (0) | 2014.11.15 |
jQuery 노드를 변수에 넣는 방식 VS 호출하는 방식 (0) | 2014.11.11 |
JSP 회원가입 폼 (영문, 한글, 숫자만 입력, validation 체크, textarea 리사이즈 고정) (3) | 2014.11.11 |
댓글 영역