Thanks for the link.
I think I fixed it adding just the following in my request callback
function:
pageinit.handlePartialPageRenderResponse({ json : r });
On 05/02/16 15:04, Chris Poulsen wrote:
Have a look at http://tapestry.apache.org/current/coffeescript/ajax.html
-
Faking a "click" on an invisible async eventlink could also be a very
simple way to get this working without having to mock around with much
javascript.
--
Chris
On Fri, Feb 5, 2016 at 3:04 PM, Chris Poulsen
wrote:
> Have a look at http://tapestry.apache.org/current/coffeescript/ajax.html
>
>
Have a look at http://tapestry.apache.org/current/coffeescript/ajax.html
--
Chris
On Fri, Feb 5, 2016 at 2:54 PM, Nathan Quirynen wrote:
> Hi,
>
> I have finally started the process of updating to 5.4.
> Some components have an initializer javascript where an eventlink url is
> passed as a par