2 Replies Latest reply on Apr 6, 2010 9:55 AM by byrons18

    a4j:commandlink

    byrons18

      HI..

       

      I need help with anchors in a4j:command link, how to use navegation rule in the same page.

       

      I have 2 datatables  the first list the master data and with a4j:commanlink value="see detail" of the register

      I need go to the seccond datatable when i has click in the a4j:commandlink

       

      Tanks..

        • 1. Re: a4j:commandlink
          harut

          Hi, you can call below JS function in "onclick" event of your commandLink

           

          function changeWindowPositiont() {               
                     window.location.href = "#anyposition";
          }

           

          where anyposition -- <a name="anyposition"/>            

          • 2. Re: a4j:commandlink
            byrons18

            thanks for Help me..

             

            was very helpful