emmanuel dufour created RF-12444:
------------------------------------

             Summary: 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.3.0.Milestone1, 4.2.2.Final
         Environment: myFaces 2.1.8 & myFaces 2.0.14
            Reporter: emmanuel dufour


The simple presence of the popupanel tag makes the myfaces javascript library 
not included in the page disabling the link ex the simple jsf 2.0 page below :

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

--
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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to