1 Reply Latest reply on Apr 1, 2008 6:18 AM by ilya_shaikovsky

    suggestionBox dont work on FireFox

    lmk

      Hello,

      I have a strange problem with suggestionBox, the complete action is done but the ajax request seems to be still alive after..

      I use richfaces 3.1.4.GA,facelets 1.1.13, myfaces 1.1.5,tomcat 5.5.
      below the sugegstionBox code

      <h:panelGroup>
      <h:inputText value="#{bean.fiel}" id="text" />
      <rich:suggestionbox id="suggestionBoxId" for="text" tokens=",["
      rules="none"
      suggestionAction="#{bean.autocompletefield}"
      var="result" fetchValue="#{result}" rows="0" first="0"
      minChars="1" shadowOpacity="5" border="1" width="200"
      height="150" shadowDepth="0" cellpadding="5"
      style="background-color:yellow">
      <h:column>
      <h:outputText value="#{result}" />
      </h:column>
      <h:messages />
      </rich:suggestionbox>
      </h:panelGroup>


      any idea about this?
      thanks