Re: Cannot find a bean in the session

2005-10-08 Thread Faisal Mahmoud
:) Thanks for the help Wendy, I was looking at the wrong object, it wasn't a typo. Yet another reason why coding at 8pm on a Friday is a bad idea. On 10/8/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Faisal Mahmoud" <[EMAIL PROTECTED]> > > > Secondly, in my ContactSupportAction class (subcl

Re: Cannot find a bean in the session

2005-10-08 Thread Wendy Smoak
From: "Faisal Mahmoud" <[EMAIL PROTECTED]> Secondly, in my ContactSupportAction class (subclass of struts Action), I attempt to retrieve this bean from the session and call it's getEmail() method. However, the result of (UserInfoBean) request.getAttribute("userInfoBean"); returns a NULL referenc