I don't know what I'm doing differently, but my AjaxFormLoop still seems to add and remove rows with T5.3-beta-9.
My implementation (like most people's I suspect!) is based on Geoff's Jumpstart example http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/formloop1 Steve. -- Steve Eynon ------------------------------- "If at first you don't succeed, so much for skydiving!" On 20 September 2011 19:10, Emmanuel DEMEY <emmanuel.de...@atos.net> wrote: > Hi everybody > > Few days ago, I created a simple sample for the AjaxFormLoop component, with > Tapestry 5.3.0. Everything was OK. > > This morning, I updated to Tapestry 5.3-beta-9. But when I add a new row (by > clicking to the "add" link), the JSON response of the AJAX request does not > include the elementId value. So, when I want to delete the new row, > tapestry.js throw me an exception. > > After a debugging phase, I think the PartialMarkupRenderFilter, declared in > the onInject method of the FormInjector component, is added to the > PageRenderQueue to late. The renderPartial method (PageRenderQueue) is > called before added this last Filter. > > Does anyone of you have the same issue ? > > I hope I have enough informations. ! > Thanks > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org