1 Reply Latest reply on Feb 19, 2008 1:37 PM by maksimkaszynski

    mistake in documentation with ContextMenu?

    nevez

      Hello,

      In documentation (http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/html/RichFacesComponentsLibrary.html) I found:

      6.26.4. Creating the Component Dynamically Using Java
      Example:

      import org.richfaces.component.html.HtmlContextMenu;
      ...
      HtmlContextMenu myContextMenu = new HtmlContextMenu();
      ...
      



      but there is no such class HtmlContextMenu, there is only ContextMenu.

      Richfaces version 3.1.4.GA