users@glassfish.java.net

Re: Disabled attribute not working on SelectOneMemu

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

Thanks,

I just tested the b39 and it works fine. Now I have an other issue with the
commandButton that was working before but not anymore. I'll send an other
mail to explain the exact behaviour of it.

Franck

On 3/2/06, Ryan Lubke <Ryan.Lubke_at_sun.com> wrote:
>
> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>