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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Dec 4 08:22:30 EST 2007


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

Nick Belaevski updated RF-1482:
-------------------------------

    Fix Version/s: 3.1.3
         Assignee: Maksim Kaszynski  (was: Nick Belaevski)

> 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: Maksim Kaszynski
>             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