Possible Duplicate:
How do I execute a sequence of servlets?
I'd like to do something that seems to this, you click a button (POST method) -> call servlet1 (treatment 1) -> call servlet2 (treatment2) -> call servlet3 (treatment3 ).....
The second Servlet must await the completion of the first servlet and so on.