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

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #24057 Tue Mar 01 13:47:57 MST 2011 mark.collette ICE-5523 : ice:selectOneListbox fails to select value if coming from a field with partialSubmit
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/MenuRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #24056 Tue Mar 01 13:21:54 MST 2011 mark.collette ICE-5523 : ice:selectOneListbox fails to select value if coming from a field with partialSubmit
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/compat/core/src/main/java/com/icesoft/faces/renderkit/dom_html_basic/MenuRenderer.java

          People

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

            Dates

            • Created:
              Updated:
              Resolved: