是否有可能在Richfaces中为comboBox组件设置title属性?
<rich:comboBox title="this doesn't work!!!" />
答案 0 :(得分:2)
虽然<rich:comboBox>
没有title属性,但请尝试更正代码中title
的拼写
如果您想在框中使用defaultLabel之类的内容作为建议,请尝试以下内容。
<rich:comboBox defaultLabel ="this doesn't work!!!" />