0 Replies Latest reply on Dec 20, 2011 12:24 AM by seenukarthi

    Problems with Suggestion Box in richfaces

    seenukarthi

      Hi All,

       

      Some times even after selecting value from suggestion box, the dropdown division is not closed or cleared. This happens when there is large data in the page. We are facing this issue because we also have too many Tabs each holding lot of data. After loading data in all the other tabs, when we use the suggestion box this problem is happening.

       

      The following is the suggestion box code in xhtml.

       

      <rich:suggestionbox bgcolor="#faf8f6" border="1px, #c7a06b" for="Source_Airport_" suggestionAction="#{saFlightBean.autocompleteAirport}" width="180" height="150" selectedClass="suggestion-box-class" var="Source_Airport_" id="source_air" frequency="#{1/10}" minChars="1" fetchValue="#{Source_Airport_.value}" limitToList="true" eventsQueue="sourceAirQueue" requestDelay="50" fieldKey="searchavailability:RoundTripSearchFlight:source_air"> 
      <h:column> 
      <h:outputText value="#{Source_Airport_.label}"/> 
      </h:column> 
      </rich:suggestionbox>
      

       

      Thanks & Regards,

      Karthikeyan Vaithilingam