我的 Thymeleaf th:onload 是否缺少某些内容?

发布于 2025-01-10 06:53:14 字数 383 浏览 0 评论 0原文

我正在迭代消息对象列表。

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文