Hi all, I'm successfully able to populate a combo-box in the JSP page using Struts .. But when I use this JSP as a part of a frame, I get the error : Cannot find bean 'userList' in any scope.
Why is it not able to find anything in the request object when using frames? How to resolve this? I know one work around is to put this list in session object, but I would like to avoid that Regards, Vinod -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

