Re: ThreadLocal ActionContext and thread model of requestDispatcher.forward

2005-09-24 Thread Joe Germuska
Anyway, my view-level code isn't seeing the value, so I guess that means that requestDispatcher.forward() spawns a new thread. This makes sense, but I hadn't thought of it that way. Forwarding had better *not* create a new thread ... that would violate the servlet spec. Something else must b

Re: ThreadLocal ActionContext and thread model of requestDispatcher.forward

2005-09-23 Thread Craig McClanahan
On 9/23/05, Joe Germuska <[EMAIL PROTECTED]> wrote: > > I was experimenting with a local subclass of ActionContext which > added itself to a ThreadLocal in the constructor, so that I could in > theory get access to the ActionContext from classes which don't get > it passed in. (I wanted to use it i