ICEfaces
  1. ICEfaces
  2. ICE-5523

ice:selectOneListbox fails to select value if coming from a field with partialSubmit

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8.2
    • Fix Version/s: 2.0.1, EE-1.8.2.GA_P03
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      All

      Description

      Using tab or mouse to enter an ice:selectOneListbox fails to select the value if coming from a field with partialSubmit set to true.

      <ice:inputText partialSubmit="true" immediate="true" size="6" value="#{registrationBean.CVV}"
      id="RegistrationBillingCreditCardCVV" validator="#{registrationBean.validateCVV}" required="true"
      requiredMessage="Invalid CVV" />

      <ice:selectOneListbox id="RegistrationBillingExpirationDateMonth"
      value="#{registrationBean.expMonth}" size="1" immediate="true" required="true"
      requiredMessage="#{msg['error.cardExpMonth']}">
      <f:selectItem itemLabel="Select..." itemValue="" />
      <f:selectItems value="#{generic:getSelectMonths()}" />
      </ice:selectOneListbox>

      With the above code I would expect when entering the list from the input text to have the "Select..." item selected. But this doesn't happen. It selects it only for a brief moment.

        Activity

          People

          • Assignee:
            Mark Collette
            Reporter:
            Dumitru Ban
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: