3 Replies Latest reply on May 31, 2007 5:31 AM by ilya_shaikovsky

    Help with outputPanel

    viniciuscarvalho

      Hello there! I'm testing ajax4jsf + richfaces + seam and so far the results have been great :)
      I'm also using google maps on my application. What I need now is to interact with an ajax4jsf output panel through google maps + seam, basically the idea is:

      User clicks on a marker -> triggers event
      Seam remoting is called and backed bean property is updated
      new values are displayed on the outputpanel

      So far everything is working but the reRender of outputpanel. Is it possible to call the reRender function using plain Js?

      Regards