Hi, I've got an issue with a form containing a loop which contains text fields.
When the validation fails server side, the page is supposed to be re-rendered with the incorrect values filled in. But in this case, the field which is repeated will be filled with the last value entered in the repeated field. I've created a JIRA issue about that https://issues.apache.org/jira/browse/TAP5-2475 with a sample project. I tried to find what is the problem in Tapestry source code, but I can't find out why the validationTracker is not set with the correct field label and field value on each loop iteration, and how to fix that. Any hints ? Thanks. Nicolas.