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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Jun 5 14:23:56 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-7172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on RF-7172 stopped by Nick Belaevski.

> 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
>            Assignee: Nick Belaevski
>             Fix For: 3.3.2.CR1
>
>
> 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