Springboot+Thymeleaf中,SpringEL的使用
在Html页面中,使用el表达式,绑定后台值没有问题,但怎么使用后台的方法对值进行处理呢?
<th:block th:each="post : ${users.list}">
<tr th:cid="${post.uid}">
<td><th:block th:text="${post.created}"/></td>
<td><th:block th:text="${com.gateway.website.utils.Commons.fmtdate(post.created)}"/></td>
</tr>
</th:block>
fmtdate方法是个时间戳转换为日期的方法。
单独写第一个td是是有值的,写第二个会报错,Exception evaluating SpringEL expression
不清楚怎么用,还是说fmtdate方法这边要做什么工作,往指导...谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论