0 Replies Latest reply on Oct 28, 2010 7:03 AM by renegritsch

    AJAX Status component not found for AjaxComponent

    renegritsch

      Hello,

       

      the following xhtml brings me all the time the following warning, what does ist mean exactly ?!

       

       

      {code:xml}

                     <rich:dropDownMenu submitMode="ajax">
                          <f:facet name="label">
                              <h:outputText value="#{myMainGroups.name}" />
                          </f:facet>
                          <c:forEach var="mySubGroups" items="#{myMainGroups.children}">
                              <rich:menuGroup value="#{mySubGroups.name}" icon="${resources.image('folder')}" >
                                  <c:forEach var="item" items="#{mySubGroups.children}">
                                      <rich:menuItem icon="${resources.image('folder.open')}" >
                                          <a4j:include viewId="/gui/workspace/dynamicTreeMenu.xhtml" propagation="none"/>
                                      </rich:menuItem>
                                  </c:forEach>
                              </rich:menuGroup>
                          </c:forEach>
                      </rich:dropDownMenu>

      {code}

       

      WARN  [org.ajax4jsf.renderkit.AjaxRendererUtils] AJAX Status component not found for AjaxComponent with

       

      I´m happy about any help!

      Thnx René