8 Replies Latest reply on Apr 20, 2009 9:39 AM by jbuechel

    Seam 2.1.2.CR1

    norman

      Seam 2.1.2.CR1 is out.  Please use this thread for questions or problems with release.  If you do find a problem with release, make sure issues make their way to JIRA so they don't get lost.


        • 1. Re: Seam 2.1.2.CR1

          The jars don't seem to be in the jboss maven repo.

          • 2. Re: Seam 2.1.2.CR1
            gus888
            It seems that there is a critical issue in this release: page parameter inheritance is lost after upgrading to 2.1.2.CR1 from 2.1.1.GA. For example: page.xhtml has page parameters: param1, param2, param3, when click s:link view="page.xhtml" and pass a new value of param1 to the page, all other parameters param2 and param3 disappear from page.xhtml. In 2.1.1.GA, it doesn't happen.
            • 3. Re: Seam 2.1.2.CR1
              norman

              Sorry - I forgot to commit the maven changes.  They were still queued up locally.   Maven should be good to go now.  :)


              • 4. Re: Seam 2.1.2.CR1
                jbuechel

                Since I upgraded to 2.1.2.CR I'm facing problems with EL expressions within messages files.
                Which means:


                The value of


                controls_logout_user=#{identity.username} abmelden


                won't be rendered anymore.


                Code:


                <s:link action="#{identity.logout}" value="#{messages.controls_logout_user}" 
                rendered="#{identity.loggedIn}" propagation="none" />




                HTML Result:


                <a id="fwcMenuForm:j_id51" 
                href="http://localhost:80/home?actionMethod=modules%2Fhome.xhtml%3Aidentity.logout"/>



                Expected HTML Result:


                <a id="fwcMenuForm:j_id51" 
                href="http://localhost:80/home?actionMethod=modules%2Fhome.xhtml%3Aidentity.logout">username abmelden</a>



                Is this expected behavior and is there a workaround? Shall I raise a JIRA issue?


                • 5. Re: Seam 2.1.2.CR1
                  norman

                  Yeah - anything that is a regression should go in JIRA.  The easier you make it for someone to reproduce the problem, the better.

                  • 6. Re: Seam 2.1.2.CR1
                    gus888

                    Hi Norman, I created a JIRA for this issue: https://jira.jboss.org/jira/browse/JBSEAM-4128. Thanks.

                    • 7. Re: Seam 2.1.2.CR1
                      mivasko

                      Hi. I've encountered a problem with EntityQuery in 2.1.2.CR1. Doesn't occur in an older 2.1.2-SNAPSHOT.
                      My Link

                      • 8. Re: Seam 2.1.2.CR1
                        jbuechel

                        I created a JIRA issue: https://jira.jboss.org/jira/browse/JBSEAM-4131


                        Thanks, Norman