Re: AjaxFormLoop problem with Tapestry 5.2.-beta-9

2011-10-27 Thread Emmanuel DEMEY
This issues is now resolved. Here if the commit : https://issues.apache.org/jira/browse/TAP5-1700 Emmanuel 2011/10/12 Emmanuel DEMEY > I have just tested the sample of Taha's blog ( > http://tawus.wordpress.com/2011/07/26/tapestry-ajaxformloop/) and it is > the same. When I add a new row, its i

Re: AjaxFormLoop problem with Tapestry 5.2.-beta-9

2011-10-12 Thread Emmanuel DEMEY
I have just tested the sample of Taha's blog ( http://tawus.wordpress.com/2011/07/26/tapestry-ajaxformloop/) and it is the same. When I add a new row, its id is not set. I am using Tapestry 5.3-beta-19. Emmanuel 2011/10/5 Michael Dukaczewski > I am now on version 5.3-beta-16 and the error still

Re: AjaxFormLoop problem with Tapestry 5.2.-beta-9

2011-10-05 Thread Michael Dukaczewski
I am now on version 5.3-beta-16 and the error still occurs. Can someone please try out my example and confirm that it is a bug? Or give a hint what I'm doing wrong? @Steve Are you sure that you can remove lines that you just added? Regards, Michael Am 21.09.2011 19:44, schrieb Emmanuel DEME

Re: AjaxFormLoop problem with Tapestry 5.2.-beta-9

2011-09-21 Thread Emmanuel DEMEY
My Sample is the one on the Tapestry-jQuery Test application : https://github.com/got5/tapestry5-jquery/blob/master/src/test/java/org/got5/tapestry5/jquery/test/pages/test/AjaxFormLoop.java Manu 2011/9/21 Michael Dukaczewski > Emmanuel is right. I have the same problem. This simple example doe

Re: AjaxFormLoop problem with Tapestry 5.2.-beta-9

2011-09-21 Thread Michael Dukaczewski
Emmanuel is right. I have the same problem. This simple example does not work with Tapestry 5.3-beta-9: public class AjaxTest { @Persist private List source; @Property private String str; public List getSource() { if (source == nul

Re: AjaxFormLoop problem with Tapestry 5.2.-beta-9

2011-09-20 Thread Steve Eynon
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