gpt4 book ai didi

select - Grails 3.2.2 从域约束中选择选项

转载 作者:行者123 更新时间:2023-12-01 11:19:37 25 4
gpt4 key购买 nike

是否可以填写 <select> 的选项使用域的 constraints 中的可用选项

static constraints = {
variable(inList: ["value1", "value2", "value3"])
}

最佳答案

您可以通过以下方式访问列表:

YourClass.getConstrainedProperties().yourProperty.inList

您可以在 g:each 中使用它循环创建您的选择选项或使用 g:select标签如下:<g:select from="${YourClass.getConstrainedProperties().yourProperty.inList}" />

关于select - Grails 3.2.2 从域约束中选择选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45613656/

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