I have a web app that starts with a .jsp, and then goes through a series of servlets to process some data. If possible, I'd like to set it up so that after the last processing page is done, it goes back and re-executes the first servlet (the one that they go to from the .jsp), which is a data display. Can that be done? It seems like it should be possible, since I can save the request object as that first servlet receives it, but I can't seem to find the right call to get it to execute. I don't want to make them go all the way back to the .jsp if I can avoid it.

Thanks!
Dave



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to