[richfaces-issues] [JBoss JIRA] Created: (RF-7172) Parameters not being passed to contextMenu

Daniel Wiell (JIRA) jira-events at lists.jboss.org
Fri May 15 09:11:46 EDT 2009


Parameters not being passed to contextMenu
------------------------------------------

                 Key: RF-7172
                 URL: https://jira.jboss.org/jira/browse/RF-7172
             Project: RichFaces
          Issue Type: Bug
          Components: component
    Affects Versions: 3.3.1
         Environment: richfaces 3.3.1.CR2, JSF 1.2_12, Seam 2.1.2.CR1
            Reporter: Daniel Wiell


The following snippet display testValue in the JavaScript alert when using 3.3.0.GA. 3.3.1.CR2 displays {testParam}

    <h:outputLink value="#">
        click
        <rich:componentControl event="onclick" for="contextMenu" operation="show">
            <f:param name="testParam" value="testValue"/>
        </rich:componentControl>
    </h:outputLink>

    <rich:contextMenu id="contextMenu">
        <rich:menuItem onselect="alert('{testParam}');">
            Test
            <f:param name="testParam" value="{testParam}"/>
        </rich:menuItem>
    </rich:contextMenu>

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