[richfaces-issues] [JBoss JIRA] Created: (RF-1423) componentControl does not work with modalPanel

Aleksej Yanul (JIRA) jira-events at lists.jboss.org
Sat Nov 24 09:06:18 EST 2007


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

        



More information about the richfaces-issues mailing list