[spring-ajax] undefined에러

Nux·2022년 5월 17일
0
post-custom-banner
  • eGovFrame Web Project로 Example 생성, 수정해서 사용 중
  • ajax로 데이터를 불러 올 때 undefined 에러 발생
    • Controller단에서 System.out.println으로 모든 변수 잘 출력됨
    • ajax에서도 success까지는 잘 넘어옴(200)
    • dataType에 json을 넣거나 빼기도 하고 text, html으로 수정해도 변화없음
  • dispatcher-servlet.xml에 아래 문구 추가해서 오류 해결
<mvc:annotation-driven/>
  • @ResponseBody @RequesetParam @RequestMapping등의 어노테이션을 정의

0개의 댓글