1 Reply Latest reply on Aug 21, 2009 2:34 PM by nbelaevski

    result of  javascript function to server by means of a4j

    orkun

      hello

      I need to pass result of an usual javascript function to server by means of ajax(a4j) way.
      I have looked up jsfunction. but, I couldn't manage.

      function (x,y) {
      // after processing x and y
      // how can I them to pass to server by a4j ?

      }



      regards