[richfaces-issues] [JBoss JIRA] Created: (RF-4061) contextMenu: contextMenu for another parent displays for parent with other contextMenu

Tatyana Romanovich (JIRA) jira-events at lists.jboss.org
Wed Jul 30 10:40:27 EDT 2008


contextMenu: contextMenu for another parent displays for parent with other contextMenu
--------------------------------------------------------------------------------------

                 Key: RF-4061
                 URL: https://jira.jboss.org/jira/browse/RF-4061
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: RF-3.2.2.BETA3
            Reporter: Tatyana Romanovich
            Assignee: Nick Belaevski


1. Create tested application with two examples for context menu: firs example: parent component has one contextMenu, second: parent component has second contextMenu:
<h:outputText id="text1" value="Some text with context menu1">
         <rich:contextMenu>
<rich:menuItem value="a">
<f:param name="cmdParam" value="a" />
</rich:menuItem>
         </rich:contextMenu>
         </h:outputText>
<h:outputText id="text2" value="Some text with context menu2">
         <rich:contextMenu>
         <rich:menuItem value="b">
<f:param name="cmdParam" value="b" />
</rich:menuItem>
         </rich:contextMenu>
         </h:outputText> 
2. Run application on the server
3. Try to call context menu for each example
FAILURE: the last context menu appears for both parents

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list