【发布时间】:2013-12-20 07:17:26
【问题描述】:
我是 thymeleaf 的新手,将一些用 JSP+struts 编写的 ma 代码转换为 Spring3 + thymeleaf。我有这个标签
<html:messages id="mymessage" property="mymessage" message="true" >
//Some message here
</html:messages>
谁能告诉我在 thymeleaf 中转换此代码的等效标记或方法??
【问题讨论】:
-
html是什么命名空间?
标签: java html spring jakarta-ee thymeleaf