The tab key does not render the value when values are entered manually in rich:select

Solution Unverified - Updated -

Issue

  • The tab key does not render the value when values are entered manually in rich:select.
  • While using rich select the following issue is faced.

    • Suppose that the index.xhtml has the following:
        <h:form>
    
            <p />
             <h:panelGrid columns="2" >
                <h:outputLabel for="Input" value="Input" />
                <rich:select value="#{richBean.selectValue}" enableManualInput="true"
                        id="***_select">
                        <a4j:ajax event="selectitem" render="#{rich:clientId('output4')}"
                            listener="#{richBean.valueChangeddd}" />
                        <f:selectItems value="#{richBean.selectME}" var="iter" />
                    </rich:select>
    
                <h:outputLabel for="result" value="Result : " />
               <h:outputText id="output3" value="#{richBean.resultIs}"
                        style="Width:200px" />
    
    
            </h:panelGrid>
    
        </h:form>     
    
    • Select "One" from the dropdown list Result field will display "Result is : One".
    • ISSUE Enter the "Two"(text) manually and press TAB Key, Result Field won't get refreshed with the change in the Input filed.

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP)
    • 6.2
  • Red Hat JBoss Web Framework Kit (WFK)
    • 2.5

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content