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 and prepares that data to be displayed. We noticed that this method is always called twice (because of 2 rendering cycles) which is not really necessary but uses a lot of extra time and resources until the page is finally displayed to the user.
Can you give any advice here what to do about it? Thanks a lot for help! Sascha Schäfer