View Single Post
Old 06-10-2005, 08:15 AM   #3 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
Jeffro's mainly correct. If you've ruled out using the session and application objects, you've ruled out the simplest way to do this. You could work with the Response object, and then pass that on to the servlet using the "forward()" method. At least I think you can - I haven't done it before. Give it a shot and see if it works.
__________________
GitS
Belisarius is offline   Reply With Quote