]
Alex Kolonitsky reassigned RF-7172:
-----------------------------------
Assignee: Tsikhon Kuprevich (was: Alex Kolonitsky)
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, regression
Affects Versions: 3.3.1
Environment: richfaces 3.3.1.CR2, JSF 1.2_12, Seam 2.1.2.CR1
Reporter: Daniel Wiell
Assignee: Tsikhon Kuprevich
Priority: Critical
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: