2 Replies Latest reply on Sep 16, 2008 6:11 AM by ilya_shaikovsky

    Use commandLink in a4j:outputPanel with onclick support?

      This is my code:

      <a4j:outputPanel layout="block" style="width: 100px; height: 100px;">
       <a4j:support event="onclick" action="...." />
       <a4j:commandLink action="..." value="..."/>
      </a4j:outputPanel>
      

      When I click on the link, it also triggers the onclick event of the a4j:outputPanel. How can I disable the onclick event of the outputPanel when I click on the link?