2 Replies Latest reply on Apr 5, 2010 3:51 AM by babazs

    Multiple a4j:support with the same event

    babazs

      Hy!

       

      I'd like to use multiple a4jsupport event="onclick tag within an a4j:commnadLink, but it doesn't work. How could I solve this problem?

      thank.

       

      <a4j:commandLink >                                                                                                                                   

                          <a4j:support event="onclick"   limitToList="true" oncomplete="alert('1')" />
                       <a4j:support event="onclick"   limitToList="true"  oncomplete="alert('2')" />

      </a4j:commandLink >