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

Reply via email to