Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to forward HashMap from jsp to jsp

843835Dec 3 2001 — edited Dec 4 2001
Please help me on how to forward a hashmap object from a jsp to another jsp.

the from jsp looks like this:

<form action="BAqueryResult.jsp" method=post>
...
request.setAttribute("ResultMapDataObject", ResultMapDataObject);

I am not sure how the to jsp page should be?

Map qr = (Map)request.getAttribute("ResultMapDataObject");


Thanks

kenny
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 1 2002
Added on Dec 3 2001
6 comments
884 views