4 Replies Latest reply on Jun 5, 2008 4:09 PM by ajanz

    highlight toolbargroup

    ajanz

      i got a simple toolbar

      <rich:toolBar height="24" itemSeparator="line">
      <rich:toolBarGroup>
       <h:graphicImage id="edit" value="/images/icons/edit.png" />
       <h:outputLabel value="Bearbeiten" for="edit" />
      </rich:toolBarGroup>
      <rich:toolBarGroup>
       <h:graphicImage id="save" value="/images/icons/save.jpg" />
       <h:outputLabel value="Speichern" for="save" />
      </rich:toolBarGroup>
      <rich:toolBarGroup>
       <h:graphicImage id="done" value="/images/icons/done.jpg" />
       <h:outputLabel value="Erledigt" for="done" />
      </rich:toolBarGroup>
      </rich:toolbar>
      


      but when i move with the mouse over a toolbargroup or click on it, it doesn't change anything, like highlighting with a frame or something. so the toolbar seems like it es disabled, because it still remains the same what ever you do.

      is this correct? did i something wrong?