gpt4 book ai didi

java - 如何在 Jive 中从 FTL 为 Java bean 设置值

转载 作者:行者123 更新时间:2023-11-30 11:00:07 24 4
gpt4 key购买 nike

我是 jive 和 freemarker 的新手

我试过像在 Struts 中那样采用以下方法

<input size=40 name="bvProperties.fileBasedQueueLocation" 
type="text" value="${badgeVilleProperties.fileBasedQueueLocation!''}" style="float: right;"/>

这需要设置 fileBasedQueueLocation 变量的值在 bvProperties bean 中可用。

我还为 bvProperties 创建了 setter 和 getter 方法。

最佳答案

你应该尝试的语法:

<input size=40 name="bvProperties.fileBasedQueueLocation" 
type="text" value="${(badgeVilleProperties.fileBasedQueueLocation)!}" style="float: right;"/>

关于java - 如何在 Jive 中从 FTL 为 Java bean 设置值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31675229/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com