Re: Load persistent data twice

2012-03-24 Thread Jonathan Barker
If you are talking about form submission, where there is a rewind phase, then I do recall being able to check whether the cycle was rewinding... like cycle.isRewinding()... It's been a while On Fri, Mar 23, 2012 at 7:43 AM, Sascha Schaefer wrote: > Hello, > > maybe you can help us with the fo

Re: Load persistent data twice

2012-03-24 Thread Muhammad Gelbana
I never used tapestry 4 but I guarantee that if you migrate to tapestry 5, you won't regret, and you will definitely get prompt and efficient help on this list :) On Fri, Mar 23, 2012 at 1:43 PM, Sascha Schaefer wrote: > Hello, > > maybe you can help us with the following problem. > We are using

Load persistent data twice

2012-03-23 Thread Sascha Schaefer
Hello, maybe you can help us with the following problem. We are using Tapestry 4.0.2 for our web application where each of the web pages overrides the org.apache.tapestry.event.PageValidateListener#pageValidate(org.apache.tapestry.event.PageEvent) method to load necessary data from the database