[
https://issues.jboss.org/browse/RF-12444?page=com.atlassian.jira.plugin.s...
]
Brian Leathem reassigned RF-12444:
----------------------------------
Assignee: Pavol Pitonak
QE, please confirm
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: Pavol Pitonak
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