[richfaces-issues] [JBoss JIRA] Created: (RF-5501) ContextMenu: ajax buzzes in case limitToList="true" and reRender is not defined.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Tue Dec 30 08:51:54 EST 2008


ContextMenu: ajax buzzes in case limitToList="true" and reRender is not defined.
--------------------------------------------------------------------------------

                 Key: RF-5501
                 URL: https://jira.jboss.org/jira/browse/RF-5501
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: 3.3.0.CR1
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski


Source:
<a4j:status id="a4jStatusID" startText="WORK!" startStyle="color: red;"
		stopText="a4j:status"></a4j:status>
<h:commandButton id="button" onclick="return false;" value="menu">
			<rich:contextMenu event="oncontextmenu" attached="true"
				submitMode="ajax">
				<rich:menuItem value="cut" limitToList="true" 
					actionListener="#{custom.processCutElement}">
				</rich:menuItem>
			</rich:contextMenu>
		</h:commandButton>

# Open page
# Call context menu and click menu item
Result: status buzzes

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