1 Reply Latest reply on May 14, 2009 3:00 AM by stemey

    calling javascript oin the client from the server

      Hi there

      Is it possible to clal javascript from a server side action listener on the client?

      In trinidad you do something like

      new RenderKitService().addScript("yuiAccordion.open('2')");


      My goal is to route yui events through jsf events to actionListeners that call a javascript callback on the client.