Issue with LinkSubmit and context inside Grid
DEIMAT Guillaume <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.user |
|---|---|
| Message-ID | <11824_1497426375_5940E9C7_11824_616_1_5B37DC2B14444D4B92F45B80949C0C8657DC7B@wptxexmbx03.ptx.fr.sopra> |
Hi guys, I had a look at the issue https://issues.apache.org/jira/browse/TAP5-1658 and I think there is the same issue with the component LinkSubmit. When I put a LinkSubmit with context and defer parameter set to false inside a Grid, the context I get in form submission is always related to the last element of the grid. It's pretty easy to see the problen after a few changes in the example given to reproduce the original issue for Submit component. I created my own LinkSubmit reporting the fix for TAP5-1658 and it works fine. I added a comment on the issue, but I d'ont know how to proceed... Should I open a new issue on jira instead of adding comment in that issue ? PS : I found this issue on 5.4.0 and tried 5.4.3 to see if it was corrected but it isn't. Thanks for your help. -- Guillaume.