[richfaces-issues] [JBoss JIRA] Closed: (RF-1482) componentControl: <h:commandButton onclick = " return false; "...> does not show modalPanel

Aleksej Yanul (JIRA) jira-events at lists.jboss.org
Thu Dec 6 08:21:51 EST 2007


     [ http://jira.jboss.com/jira/browse/RF-1482?page=all ]

Aleksej Yanul closed RF-1482.
-----------------------------


> componentControl: <h:commandButton onclick = " return false; "...> does not show modalPanel
> -------------------------------------------------------------------------------------------
>
>                 Key: RF-1482
>                 URL: http://jira.jboss.com/jira/browse/RF-1482
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.3
>         Environment: tomcat 6.0.13
> jsf 1.1
> FF
>            Reporter: Aleksej Yanul
>         Assigned To: Aleksej Yanul
>             Fix For: 3.1.3
>
>
> 		<rich:modalPanel id="ccModalPanelID" onshow="alert(event.parameters.show)" onhide="alert(event.parameters.hide)">
> 			<h:outputLink id="hideButton1ID" onclick="return false;" value="Close" ><f:verbatim>Close 1</f:verbatim></h:outputLink>
> 			<f:verbatim><br/></f:verbatim>
> 			<h:outputLink id="hideButton2ID" onclick="return false;" value="Close" ><f:verbatim>Close 2</f:verbatim></h:outputLink>
> 		</rich:modalPanel>
> 		<h:commandButton onclick="return false;" id="showButtonID" value="show" >
> 			<rich:componentControl for="ccModalPanelID"  event="onclick" operation="show" params="show:'componentControl work(show)'" />
> 		</h:commandButton>

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