[richfaces-issues] [JBoss JIRA] Created: (RF-3426) ComponentControl: js error

Aleksej Yanul (JIRA) jira-events at lists.jboss.org
Thu May 15 06:07:22 EDT 2008


ComponentControl: js error
--------------------------

                 Key: RF-3426
                 URL: http://jira.jboss.com/jira/browse/RF-3426
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: myfaces
            Reporter: Aleksej Yanul


event has no properties
evalScripts(undefined)a4j_3_2_1-SNAPSHO... (line 398)
bindAsEventListener(undefined)a4j_3_2_1-SNAPSHO... (line 217)
LMPopUpL("formID:componentControlSubviewID:ccContextMenuID_menu", true)menu.js.jsf (line 128)
LMPopUp("formID:componentControlSubviewID:ccContextMenuID_menu", false)menu.js.jsf (line 83)
show()menu.js.jsf (line 423)
(no name)()a4j_3_2_1-SNAPSHO... (line 210)
[Break on this error] },

/// code ///

	<rich:panelMenu id="ccContextMenuPanelMenuID">
		<h:outputText value="click text" />
	</rich:panelMenu>

	<rich:contextMenu id="ccContextMenuID" submitMode="ajax" onexpand="alert(event.parameters.expand)">
		<rich:menuItem value="tab1">
		</rich:menuItem>
		<rich:menuSeparator />
		<rich:menuItem value="a">
		</rich:menuItem>
		<rich:menuItem value="b">
		</rich:menuItem>
		<rich:menuItem value="c">
		</rich:menuItem>
	</rich:contextMenu>
	<rich:componentControl event="oncontextmenu" attachTo="ccContextMenuPanelMenuID" for="ccContextMenuID" operation="show"
		params="expand:'show work'" />


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