gpt4 book ai didi

grails - Tag: How to set values as country names instead of country codes

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

在我看来,而不是使用普通的 <g:textField>表单中的字段,我想使用 Grails 的 <g:countrySelect>小部件。

我的问题

<g:countrySelect name="country" value="${myObjInstance?.country}"/>

...产生...
<select name="country" id="country">
<option value="afg">Afghanistan</option>
<option value="alb">Albania</option>
...
</select>

这意味着,当提交表单时,它会将值分配为国家代码(例如“afg”)而不是国家名称(“阿富汗”)。我更喜欢使用完整的国家/地区名称作为值。如果可能,我如何实现这一目标?

最佳答案

我不相信 taglib 原样会给你这种能力。您要么需要扩展它,要么使用自己的 Country 集合 +

关于grails - <g :countrySelect> Tag: How to set values as country names instead of country codes,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11685324/

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