users@glassfish.java.net

Disabled attribute not working on SelectOneMemu

From: Franck Quinard <franck.quinard_at_gmail.com>
Date: Thu, 2 Mar 2006 07:43:24 +0100

Hello,

I'm having some problem to make the disable attribute work on a
SelectOneMenu form.
At first I was trying with a listner and changing the value of the disabled
attribute in my bean.
Since it wasn't working, I set it directly to true with no luck:
*<h:selectOneMenu value="#{myBean.item}"
                             disabled="true">
                             <f:selectItems value="#{myBean.items}"/>
</h:selectOneMenu>
*The combobox is always available and I cannot make it disable.
I tried with version b36 and b32g.

I also saw that my commandButton was switching his text correctly in b36 but
not anymore in b32g


Any idea is welcome

Thank you

Franck
**