1 Reply Latest reply on Nov 22, 2006 8:15 PM by gavin.king

    RESTful and ajax4jsf

    emsa

      I have page that has a ajax4jsf reRender area, that rerenders when a drop-down changes. I'm also trying to make this page work RESTfully.

      The problem is that when the drop-down changes the reponse from the ajax-request is not an ajax4jsf response but Redirects etc, this is not so good. I would like the page-action/redirect only to be used when a "submit" is made not for ajax-requests.

      Is it impossible to combine the RESTful-redirects with ajax4jsf?

      /Magnus