Can't convert boolean to string automatically, because the "boolean_format" setting was "true,false"

使用freemarker作为模板引擎时,布尔类型变量直接在页面输出会报错。解决办法是对布尔类型做转换,如${status?string(\ok\\error\)},转换后页面显示正常,string函数的两个参数可按需替换。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

如题,使用freemarker作为模板引擎,当我们的变量类型为boolean时,如果通过freemarker页面直接输出,会报错。

Can't convert boolean to string automatically, because the "boolean_format" setting was "true,false", which is the legacy default computer-language format, and hence isn't accepted.

----
Tip: If you just want "true"/"false" result as you are generting computer-language output, use "?c", like ${myBool?c}.
----
Tip: You can write myBool?string('yes', 'no') and like to specify boolean formatting in place.
----
Tip: If you need the same two values on most places, the programmers should set the "boolean_format" setting to something like "yes,no".
----

解决办法在提示里面,我们需要对boolean类型做一个转换:${status?string("ok","error")}

转换之后,页面显示就正常了,不会报错:

string("ok","error"),这里可以随便替换,就是需要两个参数,可以根据实际需要,当然,写成string("true","false")也是可以的。

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

luffy5459

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值