Re: T4 -- Filter in WebRequestServicerPipeline Issue

2007-03-05 Thread Tim Downey
Thanks Johan, I ended up doing the same thing. On 3/5/07, Johan Maasing <[EMAIL PROTECTED]> wrote: Check out http://issues.apache.org/jira/browse/TAPESTRY-695 It might be the same problem and has a work around. I include requestGlobals.store(request, response); in my filter and that wo

Re: T4 -- Filter in WebRequestServicerPipeline Issue

2007-03-05 Thread Johan Maasing
Check out http://issues.apache.org/jira/browse/TAPESTRY-695 It might be the same problem and has a work around. I include requestGlobals.store(request, response); in my filter and that works fine. On 3/5/07, Tim Downey <[EMAIL PROTECTED]> wrote: Hi, I'm trying to implement a pattern tha