[richfaces-issues] [JBoss JIRA] (RF-12444) rich:popupPanel disables myFaces

Juraj Húska (JIRA) jira-events at lists.jboss.org
Thu Sep 13 12:31:33 EDT 2012


    [ https://issues.jboss.org/browse/RF-12444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718386#comment-12718386 ] 

Juraj Húska commented on RF-12444:
----------------------------------

I tried to reproduce the issue on [this|https://github.com/jhuska/richfaces-sanbox/tree/RF-12444] application (based on the user code).

I have used MyFaces 2.1.8 and both RichFaces 4.2.2.Final and 4.3.0.20120802-M1 on Tomcat 7 with Chrome and Firefox. *I was not able to reproduce the issue.*

I did these steps to reproduce it:
# clone the above mentioned branch
# run _mvn clean package_
# deploy it to the Tomcat
# access _http://localhost:8080/sanbox
# see the included jsf.js and non broken link.

Is there anything else I can do to reproduce it ?
                
> rich:popupPanel disables myFaces
> --------------------------------
>
>                 Key: RF-12444
>                 URL: https://issues.jboss.org/browse/RF-12444
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.2.2.Final, 4.3.0.Milestone1
>         Environment: myFaces 2.1.8 & myFaces 2.0.14
>            Reporter: emmanuel dufour
>            Assignee: Juraj Húska
>
> The simple presence of the popupanel or calendar or datatable richfaces tag makes the myfaces javascript library not included in the page disabling the link ex the simple jsf 2.0 page below :
> --------------
> {code}
> <?xml version="1.0" encoding="UTF-8"?>
> <html xmlns="http://www.w3.org/1999/xhtml"
> 	xmlns:h="http://java.sun.com/jsf/html"
> 	xmlns:rich="http://richfaces.org/rich">
> <h:head></h:head>
> <h:body>
> <h:form>
>             <h:commandLink value="Index" action="welcome" immediate="true" />
> 		<rich:popupPanel >
> 			</rich:popupPanel>
> </h:form>
> </h:body>
> </html>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list