Re: ajax improvements in 5.3

2012-01-11 Thread Paul Stanton
Hi Robert, Does that method support the rendering of zone updates and executing scripts added to AjaxResponseRenderer? On 3/01/2012 6:38 PM, robert baker wrote: 4. In the JavaScript, execute "new Ajax.Request" or "Tapestry.ajaxRequest" on the URI (see prototype docs and/or tapestry.js for d

Re: ajax improvements in 5.3

2012-01-02 Thread robert baker
Hi, Here's what I do to do to raise an arbitrary AJAX event on a component: 1. Inject ComponentResources into the component (let's say the variable is named "resources"). 2. In the component's setupRender handler, call resources.createEventLink and store the returned Link in a field. You can bake

ajax improvements in 5.3

2012-01-02 Thread Paul Stanton
Hi all, I've started using T5.3 for the latest project and am migrating some of the ajax api 'extensions' I had to write in order to become productive. I've noticed that much has improved since T5.1 and am eager to make sure that I am not missing out on further improvements by re-implementing