Josh, I did some more experimenting and come up with the following outcome.
I have two sets of buttons on the page, one set at the top of the page and once set at the bottom of the page. They are both identical other than the generated id's created by tapestry. The first set of buttons at the top of the page does not call the tapestry methods in the proper sequence. The second set at the bottom of the page seem to work perfectly fine. Is this possible a bug or something I'm doing wrong? Script generated Tapestry.init({ 4 "linkSubmit" : [ 5 { 6 "form" : "PR", 7 "validate" : true, 8 "clientId" : "linksubmit" 9 }, 10 { 11 "form" : "PR", 12 "validate" : true, 13 "clientId" : "linksubmit_0" 14 }, 15 { 16 "form" : "PR", 17 "validate" : true, 18 "clientId" : "linksubmit_1" 19 }, 20 { 21 "form" : "PR", 22 "validate" : true, 23 "clientId" : "linksubmit_2" 24 } 25 ], 26 "formEventManager" : [ 27 { 28 "formId" : "PR", 29 "validate" : { 30 "submit" : false, 31 "blur" : false 32 } 33 } 34 ] -- View this message in context: http://tapestry.1045711.n5.nabble.com/Submit-inside-loop-tp4946513p4946808.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org