Hi all, I'm trying to integrate thirdparty ajax libraries with Tapestry (5.1.0.5). These libraries uses Ajax.Request for getting content. Instead of getting a (whole) page, I'm trying to call an actionlink and return a block defined in the template.
Many ajax libraries for showing a modal or tooltip uses the notation: new Tip(element, { ajax: { url: '/page.htm' } }); My question is: Is it possible to 'render' the block in the onAction method and return that? Perhaps as StreamResponse instead of returning block itself(JSON hash)? Thanks Magnus