2 Replies Latest reply on Feb 20, 2009 9:58 AM by nbelaevski

    rich:contextMenu menuItem: misses title-tag

    nimo22

      I have a rich:context-menu something like:

      <rich:contextMenu attached="false" submitMode="ajax">
       <rich:menuItem ajaxSingle="true">
       Details<b>{name}</b> details
       <a4j:actionparam .../>
       </rich:menuItem>
       </rich:contextMenu>


      Now, I want to show a tooltip by a title-tag,
      but the rich:menuItem has
      no title-property
      .

      As I am not allowed to place h:inputText (which would provide a title-tag) into the rich:contextMenu how can I solve that otherwise?