From jira-events at lists.jboss.org Mon Feb 13 12:23:01 2012 Content-Type: multipart/mixed; boundary="===============0687291219480068096==" MIME-Version: 1.0 From: Brian Leathem (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] (RF-11974) Resource packaging does not work on MyFaces Date: Mon, 13 Feb 2012 12:23:01 -0500 Message-ID: <83593433.1932.1329153781166.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 204473284.35936.1328864588537.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============0687291219480068096== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-11974?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RF-11974: ------------------------------- Fix Version/s: 4.2.1.Final = > Resource packaging does not work on MyFaces > ------------------------------------------- > > Key: RF-11974 > URL: https://issues.jboss.org/browse/RF-11974 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Affects Versions: 4.2.0.CR1 > Environment: richfaces-4.2.0.CR1, myfaces-2.1.6, firefox 10 > Reporter: Rene O > Labels: myfaces > Fix For: 4.2.1.Final > > > Was: Optimizing Resource Loading with RichFaces 4.2 doesn't work as expec= ted > If i use resource loading optimizing, the packed js resources are include= d multiple times, which is not the expected behaviour. > Here is a simple usecase: > {code:title=3Dsimplepage.xhtml} > > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich" > > > > JSF Test = > > = > > > > Header > > Content > = > = > = > > {code} > {code:title=3Dweb.xml} > > xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation=3D"http://java.sun.com/xml/ns/javaee http://java.sun.c= om/xml/ns/javaee/web-app_2_5.xsd"> > jsftest web.xml = > = > > = > > javax.faces.PARTIAL_STATE_SAVING > true > = > = > > javax.faces.STATE_SAVING_METHOD > server > > = > > org.apache.myfaces.COMPRESS_STATE_IN_SESSION > true > > = > > org.apache.myfaces.SERIALIZE_STATE_IN_SESSION > true > > = > > org.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION > 5 = > > = > = > > javax.faces.FACELETS_REFRESH_PERIOD > 2 > > = > > javax.faces.FACELETS_SKIP_COMMENTS > true > > = > > javax.faces.DEFAULT_SUFFIX > .xhtml > > = > > org.richfaces.resourceOptimization.enabled > true > > = > > org.richfaces.resourceOptimization.compressionStages > All > > = > > org.richfaces.resourceOptimization.packagingStages > All > > = > > Resource Servlet > org.richfaces.webapp.ResourceServlet > 1 > > = > > Resource Servlet > /org.richfaces.resources/* > > > FacesServlet > javax.faces.webapp.FacesServlet > 1 > > = > > FacesServlet > *.jsf > = > = > > 30 > > = > > > {code} > {code:title=3Dsource code of generated html} > > > JSF Test
> Header >
> Content >
= > > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.jboss.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============0687291219480068096==--