[richfaces-issues] [JBoss JIRA] Created: (RF-1620) componentControl: does not transmit parametres in condextMenu

Aleksej Yanul (JIRA) jira-events at lists.jboss.org
Wed Dec 12 11:51:51 EST 2007


componentControl: does not transmit parametres in condextMenu
-------------------------------------------------------------

                 Key: RF-1620
                 URL: http://jira.jboss.com/jira/browse/RF-1620
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.3
         Environment: jsp
tomcat 6.0.13
            Reporter: Aleksej Yanul
         Assigned To: Nick Belaevski


		<rich:contextMenu id="ccContextMenuID" submitMode="ajax" onexpand="alert(event.parameters.name)">
			<rich:menuItem icon="/pics/header.png" value="tab1">
			</rich:menuItem>
	\	<rich:componentControl event="oncontextmenu" attachTo="ccContextMenuPanelMenuID" for="ccContextMenuID" operation="show" />
		
		<h:commandButton id="aaaa" value="sdsafsa" >
			<rich:componentControl for="ccContextMenuID" event="onclick" disableDefault="true" operation="expand" params="name:'ssss'"/>
		</h:commandButton>

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

        



More information about the richfaces-issues mailing list