componentControl does not work with modalPanel
----------------------------------------------
Key: RF-1423
URL:
http://jira.jboss.com/jira/browse/RF-1423
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Aleksej Yanul
Assigned To: Nick Belaevski
<rich:modalPanel id="MPid"
onshow="alert(event.parameters.rowName)">
<h:outputLink onclick="Richfaces.hideModalPanel('MPid');return
false;" value="Close">
<f:verbatim>Close</f:verbatim>
</h:outputLink>
</rich:modalPanel>
<h:commandButton id="button">Show MP</h:commandButton>
<a onclick="Richfaces.showModalPanel('MPid');"
href="#">Show MP</a>
<rich:componentControl for="MPid" operation="show"
params="name:'aaaa'" />
--
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