Notice
Recent Posts
Recent Comments
«   2025/06   »
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
Archives
Today
Total
관리 메뉴

Without haste, but without rest

javax.servlet.jsp.JspTagException: No message found under code 'label.title' for locale 'ko_KR' 본문

삽질의 리포팅

javax.servlet.jsp.JspTagException: No message found under code 'label.title' for locale 'ko_KR'

느린구름 2011. 12. 22. 15:21
ResourceBundle은 특정 Locale에 속한 이름으로 설정 파일(properties)을 찾습니다.
즉, MessageTag에서 읽어오는 파일이 XXX.properties 파일이라면 XXX_ko.properties 파일이 있어야 할 것입니다.
예를 들어서, message.properties라면 message_ko.properties가 되겠죠.


<출처: http://www.okjsp.pe.kr/seq/118440 >