HttpSession from a JavaBean

2004-05-01 Thread Robert Burdick
Hello All: I know this may be unorthodox, but I really need to be able to access the HttpSession object for my current session from a standard (non EJB) JavaBean. Is this possible? Robert --

Re: HttpSession from a JavaBean

2004-05-01 Thread Richard Yee
Robert, It's possible if you pass it in as a call to one of the bean's methods. Regards, Richard At 09:31 AM 5/1/2004, you wrote: Hello All: I know this may be unorthodox, but I really need to be able to access the HttpSession object for my current session from a standard (non EJB) JavaBean. Is th

Re: HttpSession from a JavaBean

2004-05-01 Thread Robert Burdick
That's what I was thinking. I was just wondering if there was an easier way to grab the session object implicitly from within the Bean somehow... Robert At 02:20 PM 5/1/2004 -0700, you wrote: Robert, It's possible if you pass it in as a call to one of the bean's methods. Regards, Richard At 09:31