2 Replies Latest reply on Sep 27, 2006 1:24 AM by mrohad

    javascript navigation

    mrohad

      is it possible to navigate using javascript?

      i've a iframe
      and on button click I would like to change the iframe src (src=home.seam)
      but I would like first to call homeAction.init method

      I can't use pages.xml because I don't like to call this method everytime I refresh this page..

        • 1. Re: javascript navigation
          bfo81

          Have you experience with AJAX4JSF?

          • 2. Re: javascript navigation
            mrohad

            thanks , but I didn't mean ajax action , I would like to navigate to a different page using JavaScript and before the rendering of the page I would like to call a method..

            when i am clicking on the s:link button it looks like it call "page.seam?actionMethod=sessionBean.method"
            but when i am trying to do such a thing using javascript it doesn't call the method..