[ 
https://issues.jboss.org/browse/RF-12444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Leathem updated RF-12444:
-------------------------------

    Description: 
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}

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

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


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

Reply via email to