Does anyone have any experience with some sort of static approach to getting ahold of the visit object? I have a need to get at information in the visit object (the current user record in particular), deep, deep, deep in the bowels of some code that doesn't have access to the cycle object (and really can't; it's running inside a Hibernate Interceptor).
If worst comes to worst, I'm thinking I may have to implement a threadlocal method to get ahold of the session and work downstream from there, but I'm not all that sure how to navigate down from a servlet or session object to get ahold of the Tapestry specific visit object. Any help would be appreciated, --- Pat