관리 메뉴

개발 노트

javax.el.PropertyNotFoundException: Property [memberName] not found on type [java.lang.String] 오류 해결 본문

Spring Project : 22.10.24~

javax.el.PropertyNotFoundException: Property [memberName] not found on type [java.lang.String] 오류 해결

hayoung.dev 2022. 12. 10. 21:12

xml 파일에서

items="${BhTeacherAddMemberId}"

형식에서 $가 빠져있을 확률이 높다.

반응형