1 Reply Latest reply on Apr 20, 2007 7:10 PM by sergeysmirnov

    sending partial response content

    summa_onnu

      AJAX4jsf send the full response content even if I want to rerender few components.Since I am using some legacy javascript codes which is causing the trouble,is there any way that I could send only the partial response to the client.

      i.e if I want to rerender comp A & comp B,the response should contain only the xhtml code of comp A & comp B and ignore the rest.Is there any property to achieve the same