Lensva -6 Junior Poster in Training

theres a login form that can be used by 3 types of people with different permsissions. on login the user in question is proccesed by a servlet and is redirected to a myaccount page, that depending on his permisions has 1-3 additonal href's; those too, should be generated dynamically;
so now the question: i understand how to make a servlet generate the page content of 1 page, how to make it generate additional ones?
also, whats more practical, generating multiple .jsp pages (that shall basically be forms used to update and retrieve data from mysql) or make an applet for each login type and load it in myaccound page?