The old namespaced th:* is not quite elegant with HTML 5 and templating. It mention warnings in almost every html files. We should replace all those occurrence with the data-{prefix}-{name} syntax. Here is the small intro to this feature that come with Thymeleaf 2.1 http://www.thymeleaf.org/whatsnew21.html#data .
The old namespaced th:* is not quite elegant with HTML 5 and templating. It mention warnings in almost every html files. We should replace all those occurrence with the data-{prefix}-{name} syntax. Here is the small intro to this feature that come with Thymeleaf 2.1 http://www.thymeleaf.org/whatsnew21.html#data .