0 Replies Latest reply on Jun 10, 2008 12:13 PM by ricmore

    submit request via GET

    ricmore

      Hi,

      I just wants to know, if is it possible to send Ajax request using ajax4faces using GET protocot.
      In other words, is there any way to tell to A4J to send ajax request like this:

      ajaxRequest.open ('GET',some_url?params,true);


      instead of:

      ajaxRequest.open ('POST',some_url,true);


      Thanks in advance,
      Ricard