【发布时间】:2013-09-05 08:39:41
【问题描述】:
是否可以在 Richfaces 中为 comboBox 组件设置 title 属性?
<rich:comboBox title="this doesn't work!!!" />
【问题讨论】:
标签: richfaces
是否可以在 Richfaces 中为 comboBox 组件设置 title 属性?
<rich:comboBox title="this doesn't work!!!" />
【问题讨论】:
标签: richfaces
虽然<rich:comboBox> 没有title 属性,但请尝试在您的代码中更正title 的拼写
如果您希望框内的 defaultLabel 之类的内容作为建议,请尝试以下操作。
<rich:comboBox defaultLabel ="this doesn't work!!!" />
【讨论】: