gpt4 book ai didi

java - 如何使用带有字符串参数的 Tapestry 组件?

转载 作者:行者123 更新时间:2023-12-02 13:19:04 24 4
gpt4 key购买 nike

这是我的 Tapestry 组件的代码:(它有效)

import org.apache.tapestry5.annotations.Parameter;
import org.apache.tapestry5.annotations.Property;
public class SimpleChart {
@Property
@Parameter(value="123")
private String title;
}

但是当我写“abc”而不是“123”时,它就不再起作用了。我需要用一句话代替这个数字。谁能帮我吗?

最佳答案

看看documentation 。您忘记了默认前缀:

@Parameter(defaultPrefix = BindingConstants.LITERAL, value="abc")

关于java - 如何使用带有字符串参数的 Tapestry 组件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43659841/

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