5 Replies Latest reply on Sep 6, 2010 11:50 AM by marcio.dantas

    Facelets version

    joblini

      Hello,


      The version of jsf-facelets.jar included in the Seam distribution is Implementation-Version: 1.1.15.B1.


      This version is not even available for download on the Facelets site facelets.dev.java.net


      On the Facelets download site the latest stable version is 1.1.14 Stable, then 1.2 Dev.


      Does anyone know what's up with this?


      Thanks.

        • 1. Re: Facelets version
          kukeltje.ronald.jbpm.org

          Yes,


          The facelets guys should have released 1.1.15 or a 1.1.15B1 which would contain several bugfixes, but they did not. The number of differences with 1.1.14 is minor, so the source in cvs might be considered stable.


          Luckily it is opensource and you are allowed to build and distribute the new jar. JBoss did that and put it in it's maven repo. Seam made the choice to use that one as it fixes a number of things. Other JBoss projects did to.


          So it is not a real problem, just use it... ;-)


          1.2 afaik is what will be in the new jsf 2.0 spec, but I might be wrong there.

          • 2. Re: Facelets version
            joblini

            Thank you, and keep up the great work !


            • 3. Re: Facelets version
              harrem

              Hi Ronald,


              thanks for the pointer!


              I'm facing a kinda tough Facelets situation and would like to debug through the Facelets 1.1.15.B1 code. Problem is I'm having trouble finding the right source files. (Just exchanging the Facelets implementation with the most recent one as you recommended is not an option since I'm in an enterprise environment.)


              Is there any way of finding out which version of each source file went in the 1.1.15.B1 package?


              Any help highly appreciated!


              All the best,
              Harry

              • 4. Re: Facelets version
                kukeltje.ronald.jbpm.org

                afaik, they are tagged in the sourcecontrol system.

                • 5. Re: Facelets version
                  marcio.dantas

                  By now, Facelets released version 1.1.15.


                  Does anyone know if it's better than the 1.1.15.B1 version by jboss?


                  Thanks.