4 Replies Latest reply on Mar 12, 2013 7:41 AM by vicky82

    switching of tab not working in richfaces 4.3.1

    vicky82

      I am using richfaces latest version 4.3.1 , what i found that switching of tab is not working suddenly i changed it from 4.3.0 to 4.3.1.

      Its very urgent ,Please help me!!

       

      Thanks In advance!!

        • 1. Re: switching of tab not working in richfaces 4.3.1
          jhuska

          Hi,

           

          we did not notice any problem with tabs switching after upgrade. Have you tried to delete browser cache ?

           

          If that does not help, could you please describe your problem in a more detailed way ? The best is the smallest working example which reproduces the issue attached to this thread.

          • 2. Re: switching of tab not working in richfaces 4.3.1
            vicky82

            Hi Juraj ,

            Thanks for ur reply!

             

            Below is my sample code which i  have tested :

             

            <h:form>

                   

                        

                                                    <rich:tabPanel switchType="ajax" >

             

                                                  <rich:tab header="Details" >

                                                  <p>  I am in details tab</p>

                                 

                                                     

                                                  </rich:tab>                                     

                                                 

                                                  <rich:tab header="Item" >

                                                         <p> I am in item tab.</p>

                                                  </rich:tab>

                                                 

                                                    </rich:tabPanel>

                      

               

              

              </h:form>

             

            Swithing of tab is not working .

            • 3. Re: switching of tab not working in richfaces 4.3.1
              jhuska

              I tried your code here:

              https://github.com/jhuska/richfaces-sanbox/tree/801881

              and it is working for me with RichFaces 4.3.1.Final, JBoss AS 7.1.1.Final, Chrome 25, Firefox 19.

               

               

              This example on showcase is similar and it is working as well:

              http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=tabPanel&sample=valueManagement&skin=blueSky

               

               

              What browser are you using ? Or can you find any other difference between my and your code ?

              1 of 1 people found this helpful
              • 4. Re: switching of tab not working in richfaces 4.3.1
                vicky82

                Hi juraj,

                 

                Thanks for the help .

                I found out the diffrence , i was using <body> instead of <h:body>

                It was not work in simple html body.

                when I changed it it started working .

                 

                Thanks