4 Replies Latest reply on Apr 19, 2010 10:42 AM by ilya_shaikovsky

    Problem with <a4j:CommandLink

    lgweb

      Even with immediate = true but it still puts the validation message in the log like this:
      but does not display I wish it did not appear in the log what 's wrong here?

       

      WARNING: FacesMessage(s) have been enqueued, but may not have been displayed.

        • 1. Re: Problem with <a4j:CommandLink
          lgweb

          Ops, my LinkCode:

           

          <a4j:commandLink id="deletelink"
                                      ajaxSingle="true"
                                      immediate="true"
                                      actionListener="#{areaGestoraControl.actionListenerSelecionarAreaGestora}"                           
                                      reRender="deletePanel"                   
                                      oncomplete="Richfaces.showModalPanel('deletePanel');">
                                     
                                  <h:graphicImage id="imgDel"
                                          value="/images/delete.gif"
                                          style="border:0;" />
                              </a4j:commandLink>

          • 2. Re: Problem with <a4j:CommandLink
            ilya_shaikovsky

            seems some inputs contains immediate="true" also.

            • 3. Re: Problem with <a4j:CommandLink
              lgweb

              thanks for reply Ilya

              I checked my page and have no input immediate,
              so I have some tables on this page, I have other buttons that are too immediate, and some modalPanel.

              • 4. Re: Problem with <a4j:CommandLink
                ilya_shaikovsky

                this message in log should contain information about which component added the message to context. check it.