I have my main page (index.jsp) use the servlet for some small things. Then redirect to the final page.jsp.
This page will use the servlet as well, since I need the user to choose the functions (buttons) he wants to use.
My question is:
Can I use the same servlet or do I have to create one for each button?