Aw: Re: out of order in T5.5

2020-04-21 Thread Lothar Nieswandt
Hi Dimitry, thanks for your advice which pointed me to the right resources. However, my problem is not solved yet. It's not that my validation code is skipped. I can put it in either onValidate() or onLogin() and I can step through it in the debugger. The thing is: the results don't get displa

Re: out of order in T5.5

2020-04-21 Thread Numa Schmeder
Hi Lothar, I you redirect after form submission without persisting the ValidationTracker you will loose it’s content. Therefor you need to persist between requests or you shouldn’t redirect after submit. Best regards, Numa Schmederwww.dfacto.ch