1 Reply Latest reply on Jul 30, 2013 11:54 PM by bleathem

    pickList 4.2.2 ignores required

    mabu2

      Hi,

       

      I have the following pickList in my form:

       

      ...

      <rich:pickList id="list" listWidth="140px" listHeight="85px" required="true" requiredMessage="#{msg.listreq}" value="#{bean.list}">

           <f:selectItems value="#{lists.list}" />

      </rich:pickList>

      <rich:message for="list"/>

      ...

       

      but it is possible to submit the whole form without selecting an item! Is this a bug?

       

      Thx

      Mabu