我的 Thymeleaf th:onload 是否缺少某些内容?
我正在迭代消息对象列表。
我正在使用 th:each 创建一个可以添加功能的表。我的问题是,当我尝试将 messageId
传递给将用于设置变量值的函数时,th:onload
不会调用它。我对调用函数的 th:onclick
使用完全相同的语法,并且它按预期工作。
我错过了什么吗?
<td class="td-text" th:attr="onload=|passMessageId('${messageobj.messageId}')|">
</td>
I'm iterating through a list of Message Objects.
I'm using th:each
to create a table that I can add functionality to. My problem is that when I'm trying to pass a messageId
over to a function that will be used to set a variables value, the th:onload
isn't invoking it. I'm using the exact same syntax for a th:onclick
that invokes a function and it works as expected.
Am I missing something?
<td class="td-text" th:attr="onload=|passMessageId('${messageobj.messageId}')|">
</td>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论