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