dev@javaserverfaces.java.net

Should disabledClass be applied to select element too?

From: Michael Youngstrom <youngm_at_gmail.com>
Date: Wed, 14 Sep 2005 10:40:36 -0600

I'm using a selectManyListbox. When I disable the component only the options
get the disabledClass applied to them. This is fine except if the listBox is
empty then it doesn't look disabled. I think it would be nice to applying
disabledClass to the select element as well as the options for
selectManyListbox and maybe the other select components. What do you think?
I could probably create and issue and a patch however I'm not sure what kind
of spec implications it has.

Mike