- Unable to find a value for "PROPERTY" in object of class "CLASS" using operator "."
- 日常茶飯事
- 2010. 5. 17. 22:30
javax.servlet.jsp.el.ELException: Unable to find a value for "PROPERTY"
in object of class "CLASS" using operator "."
자바 빈 명명 규칙에 어긋나서 발생하는 에러임.
멤버 | getter | 사용 | 비고 |
S_PAR_POINT | getS_PAR_POINT() | ${data.s_PAR_POINT} | ${data.S_PAR_POINT}는 안됨. |
PAR_POINT | getPAR_POINT() | ${data.PAR_POINT} | |
[todo] 자바 빈 명명 규칙을 정리할 필요있음. 어디에 있더라...
Recent comment