[
https://issues.jboss.org/browse/RF-11777?page=com.atlassian.jira.plugin.s...
]
Lutz Ulrich commented on RF-11777:
----------------------------------
Sorry,
in our case, the problem resulted from using PrimeFaces along with RichFaces.
PrimeFaces has a special HeadRenderer (for HTML <head>) which only interprets
resources which end with '.js' as script resources.
Thus, RichFaces special script resources 'ajax.reslib' and
'base-component.reslib' are not treated as script resources and the related
resource UIComponents are probably not rendered at all.
PopupPanelBaseRenderer is missing ResourceDependency on jquery.js
-----------------------------------------------------------------
Key: RF-11777
URL:
https://issues.jboss.org/browse/RF-11777
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Final
Environment: Java7, Tomcat 7.0.22, Mojarra 2.1.2
Reporter: Lutz Ulrich
Assignee: Brian Leathem
Priority: Minor
Original Estimate: 5 minutes
Remaining Estimate: 5 minutes
PopupPanelBaseRenderer is missing ResourceDependency on jquery.js and maybe other script
library files.
If the page does not contain any components which declare to require jquery.js or if such
components are located after popupPanel, the missing jQuery library causes script errors
and the popupPanel does not work.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira