8 Replies Latest reply on May 25, 2007 1:24 AM by alexanderbelov

    Command link bug

      It seems there is a little bug. I have this construction on my page:

      <h:panelGroup id="content" styleClass="content" binding="#{menuBean.contentDivComponent}">
       <a4j:include viewId="#{menuBean.currentPage}" rendered="#{!empty mainBean.currentLayout}" id="include"/>
       </h:panelGroup>
      


      To set current page I use RichFaces tree with a4j:commandLink components (have reRender=":content").

      Then my page is shown, there don't work h:command button components.
      There is a javascript error:

      f has no properties
      apf(undefined, "..")AJAX.js.jsf (line 931)
      jsfcljs(undefined, "...", "")AJAX.js.jsf (line 931)
      onclick(click clientX=0, clientY=0)ke.jsf (line 1)
      [Break on this error] }


      This error is reproduced in FF Mozilla. I use IE too, and there is all right.