hi,
may be a stupid question. sorry for that
i have a toolbargroup like
<rich:toolBar height="24" itemSeparator="line">
<rich:toolBarGroup >
 <h:graphicImage id="save" value="/images/icons/save.jpg">
 <rich:toolTip id="t1" value="Speichern" />
 </h:graphicImage>
 <h:outputLabel value="Speichern" for="save" >
 <rich:toolTip id="t2" value="Speichern" />
 </h:outputLabel>
</rich:toolBarGroup>
how can i bind it to a function of a bean when it is clicked? 
where can i have a binding to mybean.save?