0 Replies Latest reply on Apr 13, 2004 11:45 PM by williamwang

    How can get Web Container  "Current"  Request instance?

    williamwang

      hi:
      When in a servlet call a general JavaBean instance method.
      In this method,it is possible to know which Request instance call this method?

      I think the request is in an individual thread,if know current thread,in theory,we can know current request instance.

      maybe the by web container or context? by java naming lookup something can get current request instance?

      thanks