[richfaces-issues] [JBoss JIRA] (RF-12444) rich:popupPanel disables myFaces
Pavol Pitonak (JIRA)
jira-events at lists.jboss.org
Fri Sep 7 04:16:33 EDT 2012
[ https://issues.jboss.org/browse/RF-12444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pavol Pitonak reassigned RF-12444:
----------------------------------
Assignee: Juraj Húska (was: Pavol Pitonak)
> 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