Tapestry does include support for "interceptors" via the WebRequestServicerPipeline, I believe.
http://jakarta.apache.org/tapestry/tapestry/hivedocs/config/tapestry.request .WebRequestServicerPipeline.html There's another pipeline for intercepting servlet requests (the Servlet API directly), but I think you can probably get by with this. -----Original Message----- From: Nick Faiz [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 9:01 AM To: Tapestry users Subject: tapestry and interceptor like things Hi, I actually sent this through earlier today but I haven't seen it appear on the list. If it has appeared twice, I apologize ... I want to find a way to create a security layer in my application which I can re-use elsewhere. I've imagined something like an interceptor or a page event listener (http://jakarta.apache.org/tapestry/UsersGuide/events.html). Tapestry doesn't seem to support interceptors. I want to keep my solution within Tapestry - relying on Tapestry to redirect to various pages, etc.. Any ideas? Right now it seems as though I have to build all of my logic into a Page object, but that is hardly a clean solution for code re-use. Cheers, Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
