Created
April 22, 2017 14:25
-
-
Save romach/10081ba3e24ffc9f75aadada7df80df8 to your computer and use it in GitHub Desktop.
Revisions
-
romach created this gist
Apr 22, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ <p th:text="${bean.field + '!' + bean.field}">Static content</p> th:text="'static part' + ${bean.field}" th:text="${'static part' + bean.field}"