Re: Creating partly restricted sites

2006-10-17 Thread Puneet Lakhina
On 10/17/06, Asad Habib <[EMAIL PROTECTED]> wrote: Andreas, the second method is definitely better from the perspective of long-term maintainence. You really need just 1 jsp to achieve the task at hand. Also, using tags should not make the code unreadable since tags were developed for exactly th

Re: Creating partly restricted sites

2006-10-16 Thread Asad Habib
Andreas, the second method is definitely better from the perspective of long-term maintainence. You really need just 1 jsp to achieve the task at hand. Also, using tags should not make the code unreadable since tags were developed for exactly that purpose. They embed nicely with markup. If you

Creating partly restricted sites

2006-10-16 Thread Andreas . Hartmann
Hello! I have to restrict some of my sites according to the role the logged in user has. There will be a role of admin or user and possibly some more. How could it be done best? 1. Implementing an own jsp-file for each existing jsp with the reduced roles: each role would have its own jsp-file.