Notice
Recent Posts
Recent Comments
Link
- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
Thymeleaf 본문
http://www.thymeleaf.org/doc/html/Thymeleaf-Spring3.html#ajax-fragments
<script type="text/javascript" th:src="@{/resources/script/sample.js}"></script>
위와 같이 쓰면 javascript 파일(sample.js) 안에 국제화 표시 ( #{} )를 포함할 수 있을까?
=> 안된다.
Spring MVC part IV: ThymeLeaf advanced usage
http://doanduyhai.wordpress.com/2012/04/14/spring-mvc-part-iv-thymeleaf-advanced-usage/
HTML5 를 위한 Thymeleaf 를 SpringMVC 에 integration 하기
How to write javascript including thymeleaf internationalization
http://blog.florentlim.com/how-to-write-javascript-including-thymeleaf/
'Spring' 카테고리의 다른 글
Spring profile 기능으로 운영/개발 환경 구성하기 (0) | 2013.08.21 |
---|---|
[spring] Bean의 초기화 코드 넣을때 - Spring - How to call a method after bean initialization is complete? (0) | 2013.08.19 |
RestTemplate 이용하여 개발시 유용한 크롬 플러그인 - Postman (0) | 2013.07.25 |
[mybatis] mapper xml 파일을 서버 재시작 없이 reloading 하기. (0) | 2013.07.22 |
[spring] 어느 곳에서나 request 를 얻기. (0) | 2013.07.09 |
Comments