3 Replies Latest reply on Sep 6, 2010 7:58 AM by yurish

    No component found to process as 'ajaxSingle', suggestionBox

    yurish

      Hi! Found strange problem, possibly bug.

       

      I have 2 identical web-pages with Richfaces:suggestionbox.

      On the first one my suggestionBox is doing well, everything works   fine, but on another one i have some problems. SuggestionBox doesn't   show my suggestions. In logs i have something like this:

       

      WARNING: No component found to process as 'ajaxSingle' for clientId remains-form:konta-suggest
      2010.1.9 12:02:29 org.ajax4jsf.component.AjaxViewRoot processPhase

      Any conclusions?

      The code of jsp on the second page is copy-pasted from the first page.

        • 1. Re: No component found to process as 'ajaxSingle', suggestionBox
          yurish

          Still nothing?

           

          Source:

          <h:inputText value="#{repobean.kont}" id="kont" label="Payer" style="width:230px;"/>
          <rich:suggestionbox onobjectchange="printObjectsSelected(#{rich:element('konta-id')}, #{rich:component('konta-suggest')}, 'id');" usingSuggestObjects="true" width="230" var="result" fetchValue="#{result.kont}" suggestionAction="#{kontabean.suggest}" id="konta-suggest" for="kont">
                                          <h:column>
                                              <h:outputText value="#{result.kont}"/>
                                          </h:column>
                                          <h:column>
                                              <h:outputText value="#{result.kontName}"/>
                                          </h:column>
                                      </rich:suggestionbox>

          <h:inputText id="konta-id" value="#{repobean.kontId}" />

          • 2. Re: No component found to process as 'ajaxSingle', suggestionBox
            ro86

            Hello Jurij,

             

            I am having the same problem, Did you know how to fix this? the same message is being displayed in the logs:

             

            org.ajax4jsf.component.AjaxViewRoot processPhase
            WARNING: No component found to process as 'ajaxSingle' for clientId j_id41:0:j_id43

            org.ajax4jsf.component.AjaxViewRoot processPhase

            WARNING: No component found to process as 'ajaxSingle' for clientId j_id41:0:j_id43

             

            Thanks

            • 3. Re: No component found to process as 'ajaxSingle', suggestionBox
              yurish

              Still nothing. =[ Maybe you can provide your source, so we can compare, and maybe the problem would be solved?