1

Richfaces のコンボ ボックス コンポーネントのタイトル属性を設定する可能性はありますか?

<rich:comboBox title="this doesn't work!!!" />
4

1 に答える 1

2

Although <rich:comboBox> does not have title attribute, try correcting spelling of title in your code

If you want something like defaultLabel inside the box as suggestion then try below.

<rich:comboBox defaultLabel ="this doesn't work!!!" />

Reference

于 2013-09-05T08:42:06.153 に答える