ContextMenu: Wrong component class name in guide
------------------------------------------------
Key: RF-2300
URL:
http://jira.jboss.com/jira/browse/RF-2300
Project: RichFaces
Issue Type: Bug
Components: doc
Affects Versions: 3.1.4
Reporter: Maksim Kaszynski
Assigned To: Svetlana mukhina
Fix For: 3.1.5, 3.2.0
in guide, wrong class name is used
import org.richfaces.component.html.HtmlContextMenu;
HtmlContextMenu myContextMenu = new HtmlContextMenu();
Actual class name is org.richfaces.component.html.ContextMenu.
I know that we have better to rename the class, but we cannot since it will break backward
compatibility.
Please update doc to use actual type.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira