-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ake,
On 12/17/2009 2:17 PM, Ake Tangkananond wrote:
> I am finding a way to keep a variable in a request scope. I feel it is
> cumbersome to put that into request variable and pass it through multiple
> objects. So, I think I will make it accessible t
Hello,
I am finding a way to keep a variable in a request scope. I feel it is
cumbersome to put that into request variable and pass it through multiple
objects. So, I think I will make it accessible through a static class
variable. I wonder if I can put it into a static ThreadLocal variable in a
c