contextMenu: attachTo will be ignored if context menu is outside destination 
component
--------------------------------------------------------------------------------------

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


1. Create test-paeg:
<h:panelGrid columns="1">
....
<h:outputText id="text3" value="Some text with context menu3" />

<rich:contextMenu attachTo="text3">
<rich:menuItem value="b">
<f:param name="cmdParam" value="b" />
</rich:menuItem>
<rich:menuItem value="c">
<f:param name="cmdParam" value="c" />
</rich:menuItem>
</rich:contextMenu>
....
</h:panelGrid>
Here there is contextMenu component with defined attachTo attribute for other 
component. I think it's normal. But after running application on the server 
user gets error that parent component should have id

-- 
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