Yes and no, disabled HTML controls do not submit values to the server. So there is no submitted value, not that it is not returning the submitted value.
On Thu, Apr 24, 2008 at 1:14 PM, Guy Bashan <[EMAIL PROTECTED]> wrote: > Hi, > > It seems that when <h:selectOneMenue> is disabled, getSubmittedValue (of > that selectOneMenu using "binding" property) returns "null" instead of the > submitted value. > > Is it a correct behavior? > > Guy. > >

