【发布时间】:2015-10-18 22:41:16
【问题描述】:
我是 jive 和 freemarker 的新手
我尝试了像在 Struts 中一样的方法
<input size=40 name="bvProperties.fileBasedQueueLocation"
type="text" value="${badgeVilleProperties.fileBasedQueueLocation!''}" style="float: right;"/>
需要设置fileBasedQueueLocation 变量的值在bvProperties bean 中可用。
我还为bvProperties 创建了setter 和getter 方法。
【问题讨论】:
-
什么版本的 Struts?
标签: java struts2 struts freemarker jive