users@glassfish.java.net

Re: Disabled attribute not working on SelectOneMemu

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Thu, 02 Mar 2006 10:07:30 -0500

Franck Quinard wrote:
> 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
>
>
Hello Franck,

The issue with the disabled attribute on h:selectOneMenu is fixed and
available in b38.

Thanks,

-rl