Salted Caramel

21.12.23 error 본문

coding/👾Error

21.12.23 error

꽃무늬라떼 2021. 12. 23. 15:41

Error

select id="cartList"   == 

return this.sqlSession.selectList("cartList");

 

 

 

 

 

Error

상황

: product_content.jsp를 만들어서 상품의 상세내역을 확인하는 부분을 하고 있었는데 위에 오류처럼 초기 화면 부터 뜨지 않았다.

이는 xml 파일에서 문제가 생긴 걸로 확인되었다.

 

오타

<select id="content" parameterType="int" resultType="com.spring.model.productDTO">

 

해결

=>  <select id="content" parameterType="int" resultType="com.spring.model.ProductDTO">