|
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.
|