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 | 31 |
Tags
- 스냅잘찍음
- scanner
- Config
- vscode
- ViewModel
- extjs
- ORM
- 코드프로그래머스
- 에스가든스냅
- JavaScript
- Store
- 명시적외래키
- .net
- lazy loading
- extraParams
- JSON
- minimalAPI
- React
- EFCore
- dbContext
- Request
- error
- 대전본식영상
- c#코딩의기술실전편
- 상속
- LINQ
- intellij
- 라도무스dvd
- mac
- c#
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가 없는 경우 아래와 같은 오류가 발생한다.