How can I add more then one event to the jsf tag graphicImage? I would like to distinguish between left-mouse, right-mouse and double-click. The idea was to do something as follows:
<h:graphicImage value="/image.jpg" onclick="doClick()" ondblclick="doDblClick()"/>