Re: AW: How to send additional data with an ajax response

2015-10-29 Thread Chris Poulsen
I haven't checked out all of the callback types, but we often use the javascript callback to do extra stuff on the calling page. Something like: ajaxResponseRenderer.addCallback( new JavaScriptCallback() { @Override public void run( JavaScriptSupport javascriptSupport ) { java

Re: AW: How to send additional data with an ajax response

2015-10-29 Thread Thiago H de Paula Figueiredo
On Thu, 29 Oct 2015 05:59:30 -0200, Poggenpohl, Daniel wrote: Hello, do you have example code returning not only the body, but also additional data, for me? Have you even considered my suggestion of using data tags inside the rendered HTML to provide the data? -- Thiago H. de Paula F