Re: How to send additional data with an ajax response

2015-10-28 Thread Chris Poulsen
Ajax response renderer may also be a viable solution for returning multiple things. I tend to prefer that over returning getBody() for exactly that reason. -- Chris On Wed, Oct 28, 2015 at 2:05 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 28 Oct 2015 08:16:21 -0200,

Re: How to send additional data with an ajax response

2015-10-28 Thread Thiago H de Paula Figueiredo
On Wed, 28 Oct 2015 08:16:21 -0200, Poggenpohl, Daniel wrote: Hello everyone, Hi! we have a problem where we update some page with an ajax request, but need additional data to be sent with the ajax response. This additional data should then be consumed on the client side by an ajaxComp