0 Replies Latest reply on Feb 8, 2010 1:29 PM by littlealan

    How to sent ajax request to external url through a4j ajax engine?

    littlealan

      I have a portal-like main page UI built with Richfaces and I would like to retrieve different source of data (same domain, different webapp) through ajax and display in different "widget". Seems all the a4j:jsFunction/a4j:support required to bind action to JSF bean to retrieve data in the same webapp.

       

      Is there any other way (e.g. directly call a4j.ajax.submitrequest() javascript) to directly get/post data to/from an external URL?

       

      I know I could use other ajax library like jquery to do this seperately but this make us cannot reuse what we have done with RF like error handling, session expired handling and ajax status indication.

       

      Alan