What is the best way to do redirection using jsp's? I have to make a site where there are different user roles, ie. admin role vs a regular user. What is the best way to redirect the person after they login based on there role, they will have different gui's for each role?
Also, what is a good way to do tabbed navigation using jsp's? After the person logs in based on there role they will have a different gui, what is a good way to implement this to cut down on the html gui code?
Thanks for the help.