Hi,
I'm trying to pass a request, whose parameters are stored in a bean, to a
servlet via:
<
jsp:forward page="servlet/.../">
The bean has a scope of "session" but when I try to retrieve the request attributes from the servlet I get null, when I know there are objects stored in the request.
How can I make the servlet recognize the session and it's request objects?