[richfaces-issues] [JBoss JIRA] (RF-11777) PopupPanelBaseRenderer is missing ResourceDependency on jquery.js

Lutz Ulrich (Commented) (JIRA) jira-events at lists.jboss.org
Wed Jan 4 04:10:17 EST 2012


    [ https://issues.jboss.org/browse/RF-11777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653715#comment-12653715 ] 

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

        


More information about the richfaces-issues mailing list