작성
·
2K
0
강사님 안녕하세요?
수정까지는 잘 완료 되었습니다
그러나 boardUpdate.jsp에서 list로 가는 페이지 누르면
WARN : org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver - Failed to bind request element: org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'int'; nested exception is java.lang.NumberFormatException: For input string: "boardList.do"
해당 오류가 나옵니다
밑에 a태그로 해도 그렇고, 컨트롤러쪽에 리스트 보는거에 throws Exception 넣어도 해당 오류가 뜹니다. boardContent.jsp에 있는거 그대로 가지고 와도 이런데 혹시 가르침을 좀 얻을 수 있을까요?
답변 3
0
0
0
답변이 늦었습니다.
연결 코드는 이상이 없는 듯 한데 boardContent.jsp를 가지고 와서 boardUpdate.jsp를 만들었다면 내부 코드를 수정하셔야 될듯한데요? 수정은 하셨겠죠? 오류 메세지를 보면 int가 요구되는데 String이 넘어온다는 말이 있는데 이 부분은 boardContent.do를 할 때 잘못하면 발생되는 에러 문구로 보입니다. 다시한번 컨트롤러 부분과 메핑이 잘 되어 있는지 확인해보시기 바랍니다.