1 Reply Latest reply on Oct 2, 2012 3:03 AM by chamanklalwani

    Richfaces "autocompleteMethod" is not being called

    chamanklalwani

      Richfaces "autocompleteMethod" is not being called. I have written a Component class which extends "UIAutocomplete" and a Renderer which extends "AutocompleteRenderer" and i used my component in .xhtml file the problem is that it is displaying autocomplete box but when i type characters my method is not being called. So please help me in resolving this issue.

       

      This is the code of .xhtml file, and i have also imported namespace of .taglib.xml  in .xhtml file

       

       

      <a:autocomplete minChars="1" autofill="true" mode="cachedAjax"

      autocompleteMethod="#{travelBean.autoCompleteSearchedContacts}"

      value="#{travelBean.autoCompleteContactSearchString}"

      id="autocompleteContactInputBoxFrom">

      </a:autocomplete>