Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- minimalAPI
- 스냅잘찍음
- intellij
- .net
- React
- ORM
- error
- 대전본식영상
- c#코딩의기술실전편
- Request
- 상속
- extjs
- dbContext
- lazy loading
- JavaScript
- scanner
- 에스가든스냅
- Store
- mac
- 코드프로그래머스
- 라도무스dvd
- vscode
- Config
- EFCore
- ViewModel
- JSON
- extraParams
- 명시적외래키
- c#
- LINQ
Archives
- Today
- Total
ejyoo's 개발 노트
javax.el.PropertyNotFoundException: Property 'id' not found on type org.apache.jsp.scope02_jsp$MemberVO 본문
BackEnd/Java Exception 처리
javax.el.PropertyNotFoundException: Property 'id' not found on type org.apache.jsp.scope02_jsp$MemberVO
ejyoovV 2021. 5. 13. 18:31문제 발생 현상
memberVO에 getter가 없음
설명
memberVO 의 데이터를 member라는 것을 pageContext 내장 객체에 삽입한뒤
EL 표기법에서 member를 사용하여 id 값을 가져오려 한다.
${member.id}
memberVO에 getter가 없는 경우 아래와 같은 오류가 발생한다.