4 Replies Latest reply on Jul 10, 2013 1:23 AM by ravi.f39

    RichFaces 5 alpha

    ravi.f39

      Hi,

       

      There is a render issue after migrating to richfaces 5 alpha version.

       

      There is a script error after rendering ,

       

      Timestamp: 7/9/2013 4:10:20 PM

      Error: no element found

      Source File: http://localhost:8080/PrimeBaseWeb/xhtml/home.xhtml

      Source Code:

      <partial-response id="j_id1"><changes><update id="javax.faces.ViewState"><![CDATA[1961297163859183829:-8221320361153461503]]></update><extension id="org.richfaces.extension"><render>accountSearchRedLabel diagnosticSectionHomeId</render></extension>

       

       

       

      This is my sample code,

       

                          <rich:commandButton value="#{label.Prime_Home_open}" action="${accountSearchViewUiBean.getAccountsAction()}" styleClass="buttinz" render="diagnosticSectionHomeId accountSearchRedLabel" />

       

       

      Note: Our application is working fine with richfaces 4.2 / JSF 2.0. With same code we migrated to JSF 2.2/ RichFaces 5 alpha , render is not working.

        • 1. Re: RichFaces 5 alpha
          lfryc

          Heya,

           

          which application server are you using?

           

          I have seen this issue as well and I guess it's an Mojarra issue, perceivable in WildFly 8 <=Alpha2.

           

          Could you try to use RF5 Alpha on older server/Mojarra?

          • 2. Re: RichFaces 5 alpha
            ravi.f39

            Hi Lukas,

             

            I am using apache-tomcat-7.0.30 webserver.

             

            And our production server is websphere 8 .

             

             

            I will try in with older mojarra.

             

            And many thanks for the reply.

            • 3. Re: RichFaces 5 alpha
              lfryc

              We need to get this either fixed in RF or reported to Mojarra.

               

              Please let me know how the issue stands.

              • 4. Re: RichFaces 5 alpha
                ravi.f39

                Hi,

                 

                There is a mix of RF4 jars and RF5.

                After removing RF4 , render is working fine.