Hi! I have a problem. how to disabled a selectOnlistBox?
Thanks
Hi,
You could you the disabled attribute to disable the component.
disabled
e.g.
thanks, I can disable the component!
Hi, You could you the
10 June, 2009 - 14:18 — SenakaHi,
You could you the
disabledattribute to disable the component.e.g.
<f:selectItem itemValue="Red" />
<f:selectItem itemValue="Blue" />
<f:selectItem itemValue="Yellow" />
<f:selectItem itemValue="Green" />
<f:selectItem itemValue="Orange" />
</bjsf:selectOneListbox>
thanks, I can disable the component!
2 July, 2009 - 02:37 — txj301thanks, I can disable the component!