0 Replies Latest reply on Apr 27, 2009 11:33 AM by venuvanama

    Suggestion Box not working on IE

      Hi,

      We are using rich faces 3.3.0 for our project, I am using suggestion box component on some screens, this works perfectly with FireFox but on IE it's not working, on IE when I type on the component I get the suggestion box but when I click on a value I get a javascript error Object doesn't support this property or method. I am kind of stuck at this point, I appreciate any help with this issue.

      We are using rich faces 3.3.0, myfaces 1.2.2:

      Here is my code snippet for suggestion box:

      <h:inputText id="stateInput" value="#{deviceMasterFormBean.criteria.example.state}">
      <rich:suggestionbox for="stateInput" id="suggestStateInput"
      suggestionAction="#{readOnlyDataBean.onStateAutocomplete}" var="state">
      <h:column id="stateInputColumn">
      <h:outputText id="t_suggestState" value="#{state}" />
      </h:column>
      </rich:suggestionbox>
      </h:inputText>


      I can provide any additional information you need from my side, once again I appreciate your help.

      Thanks,

      Venu