7 Replies Latest reply on Jan 30, 2009 11:27 AM by joblini

    how to use parameter passed by rich:componentcontrol in tool

    liuliu

      hi,

      I am trying to use a parameter in tooltip, i tried:

      <rich:toolTip id="detailPrise" attached="false" mode="ajax" >
      {headerid}
      </rich:toolTip>
      
      <h:graphicImage value="../../image/notes.gif" >
       <rich:componentControl for="detailPrise" operation="show" event="onclick">
       <f:param value="test" name="headerid"/>
       </rich:componentControl>
      </h:graphicImage>
      
      


      It does not work. {headerid} is shown in tooltip. something i missed?

      thanks in advance

      Liu