更改 t:selectOneCountry 中的国家/地区
我正在使用 t:selectOneCountry 显示 JSF 1.2 的国家/地区列表。我的问题有两个部分:
- 我可以从列表中过滤特定国家/地区吗?
- 我可以更改国家/地区的标题(以显示更完整的标题)吗?
我见过: http://myfaces.apache.org/tomahawk-project/tomahawk12/tagdoc /t_selectOneCountry.html 并提到使用 f:select 过滤器,但我无法确切地弄清楚我必须编写哪些代码。
I am using t:selectOneCountry to show a country list with JSF 1.2. My quesion has two parts:
- Can I filter a specific country from the list?
- Can I change the title of a country (to show a more complete title)?
I have saw:
http://myfaces.apache.org/tomahawk-project/tomahawk12/tagdoc/t_selectOneCountry.html and it has mentioned using f:select filters but I can't figure out exactly what code I must write.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我没记错的话,您可以使用
标签将国家/地区列表限制为某些国家/地区。像这样的东西:If I remember correctly you can use
<f:selectItem>
tags to restrict the country list to some countries. Something like: