2012. 11. 12. 16:48
Struts 메시지 프로퍼티 사용하기
2012. 11. 12. 16:48 in -=-= 컴퓨터 =-=-/웹프로그래밍
/WEB-INF/struts-config.xml 경로 추가
<struts-config> 안에 추가
<message-resources parameter="/Env/resource/MessageResources" />
//메시지 프로퍼티 파일 위치는 자바 src 폴더에 있어야 한다.
</struts-config>
MessageResources.properties
welcome.heading=Welcome!
JSP파일 사용법
<bean:message key="welcome.heading"/>
'-=-= 컴퓨터 =-=- > 웹프로그래밍' 카테고리의 다른 글
javascript selectbox 값으로 셋팅하기 (0) | 2012.12.15 |
---|---|
onsubmit return false (0) | 2012.11.19 |
[CSS] 이미지 세로 가운데 정렬 (0) | 2012.10.15 |
자바스크립트 문자열검사 (0) | 2012.09.21 |
[펌]JSP 에러처리 방법 및 우선순위 (0) | 2012.09.07 |