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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to