---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- I need to execute a series of servlets one after the other for processing user information. I tried res.sendRedirect ("/servlet/addUser") but it seems to only works once- you can not keep redirecting. I need to maintain only the session variables and destroyed all the others objects and I have no time to rewrite the code to work in one servlet so, I need the ability to execute several servlets in the sequence. Any ideas? -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search Archives: <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]