I have extended the BaseEngine and overriden the cleanupAfterRequest method. I have checked that my custom engine is picked up by using Eclipse debug mode. However, it seems that the method cleanupAfterRequest method in my custom engine is never entered. I did a grep on cleanupAfterRequest in the Tapestry framework source code, the grep only returns :
org/apache/tapestry/engine/AbstractEngine.java: protected void cleanupAfterRequest(IRequestCycle cycle) It looks as though cleanupAfterRequest is not called (directly) by any program in the framework. In Tapestry 3, the cleanAfterRequest method is called at the end of the method AbstractEngine.service . Does anyone know how to 'enable' cleanupAfterRequest in my custom engine in Tap 4 ? Thanks ! Shing Home page : http://uk.geocities.com/matmsh/index.html ___________________________________________________________ How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
