th:onclick动态传参:org.thymeleaf.exceptions.TemplateProcessingException: Only variable expressions retur

本文记录了在使用Thymeleaf时遇到的`th:onclick`动态传参问题,详细介绍了Thymeleaf不允许字符串直接传参的错误原因及日志解析。并分享了四种不同的动态传值方法,包括使用`[[...]]`包裹变量、转义字符引用、内联JavaScript表达式以及数据属性与事件结合的解决方案。
摘要由CSDN通过智能技术生成

今天遇到了一个th:onclick调用JS方法传参的问题,整理一下分享给大家。 

我的代码是这样写的

<span  th:onclick="'javascript:fun(\''+${newsInformation.herf}+'\')'">查看详情</span >

然后就会报错,之前经常用th:onclick传id,都可以正常运行,所以这个错误也百思不解。

看一下错误日志:

org.thymeleaf.exceptions.TemplateProcessingException: Only variable expressions returning numbers or booleans are allowed in this context, any other datatypes are not trusted in the context of this expression, including Strings or any other object that could be rendered as a text literal. A typical case is HTML attributes for event handlers (e.g. "onload"), in which textual data from variables should better be output to "data-*" attributes and then read from the event handler. (template: "admin/newsInformation/list" - line 81, col 48)

翻译一下上述日志,意思大概就是是这种传参方式只能识别数字或者布尔值

  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值