4 Replies Latest reply on Jan 19, 2009 7:52 AM by nbelaevski

    Multiple a4j:support: Only first one fired. Please advise

    arunprakash2920

      Hello All:

      Can someone advise, why in this case only first a4j:support is fired. class1.method is executed. The other two a4j:support are ignored.

      What am I doing wrong?

      <h:graphicImage height="16" width="16" url="/images/synced.gif">
      <a4j:support id="id1" event="onclick" actionListener="#{class1.method}" data="#{item.id}"/>
      <a4j:support id="id2" event="onclick" actionListener="#{class2.method}"/>
      <a4j:support id="id3" event="onclick" actionListener="#{class3.method}" data="#{item.id}"/>
      </h:graphicImage>