Hello,
I have come across a situation where I would like to contribute an additional render phase to the ones built in. I would like to contribute a render phase that comes before SetupRender and after CleanupRender. I tried following the configuration model found in TapestryModule.java -> contributeComponentClassTransformWorker(...) but have had no success in getting my newly added render phases to execute on page load. Before I go into the details of my additions to configuration I need to ask if this is even possible to do without modifying tapestry source. Is it? Thanks, Joe