Aw: Re: out of order in T5.5

2020-04-22 Thread Lothar Nieswandt
Hi Numa, I'm a little confused. Until T5.3, the handling of ValidationTracker instances and their attachment to the request context was completely under control of the framework. Has this now changed? The code snippet I provided in my last mail was from Form.java which belongs to the Tapestry c

Re: out of order in T5.5

2020-04-22 Thread Numa Schmeder
Hi Lothar, Just remove >> return indexPage; in your listener and you will avoid a redirect, it will render the same page and you won’t loose your ValidationTracker state. Best, Numa Schmederwww.dfacto.ch n...@dfacto.ch

Aw: Re: out of order in T5.5

2020-04-22 Thread Lothar Nieswandt
You saved my day! Thank you so much!   Lothar    Gesendet: Dienstag, 21. April 2020 um 18:49 Uhr Von: "Numa Schmeder" An: "Tapestry users" Betreff: Re: out of order in T5.5 Hi Lothar, I you redirect after form submission without persisting the ValidationTracker you will loose it’s content. Th