1 Reply Latest reply on Aug 29, 2016 6:03 AM by michpetrov

    suggestionBox inside the datatable in not showing the list

    sehwagviru246

      Environment

      Jsf 1.2 My faces

      websphere 7.0

      rich faces 3.3.0 GA

      dummy.jsp

      <h:form id="form1">

       

        <t:dataTable var="var" value="#{dummyBean.list}">

        <h:column>

        <h:inputText id="city" value="#{dummyBean.capital}" />

        <rich:suggestionbox suggestionAction="#{dummyBean.autocomplete}"  for="city" var="result" width="150" height="200">

        <h:column>

                      <h:outputText value="#{result}" />

         </h:column>

        </rich:suggestionbox>

        </h:column>

        </t:dataTable>

       

        </h:form>

      for every text box suggestionAction is firing but it is not showing the list..please help in it..