3 Replies Latest reply on May 20, 2008 3:56 PM by nbelaevski

    Set a4j:commandLink to no-action?

      Hope someone can help me here...

      I want to use an a4j:commandLink as the parent to a rich:toolTip. Because of the strange nature of rich:toolTip, in that it prefers rich:panels, rather than more typical components (images, hrefs, etc.)...I am attempting to use an a4j:commandLink to trigger the toolTip. The problem is that I am unable to get the a4j:commandLink to ignore the onClick event. So while the toolTip triggers appropriately, once I click on the commandLink it takes me somewhere that I do not want to go. I've tried setting it to "#" and so forth.

      I am using RichFaces 3.1.4GA with Seam 2.0 GA on JBoss 4.2.2.

      Thank you!

      P.S. You cannot use the rich:toolTip with a standard HTML anchor.