Hello,

I`d like to expand Jetspeed in that way that not all users can see the list
of portlets.
I`d like to let only several users see the hole list, for example the
administrator and other users e.g. a client can`t see the hole list.
Only with Jetspeed it is not possible to realize, but Turbine has a system
with users which correspond to a group with different permissions.

I thought that I only have to find the responsible class for showing the
list of portlets on the screen and add an if-clause in the following way:

if (administrator){
   show list 1 of portlets;
}

if (client){
   show list 2 of portlets;
}

Do you know which classes are responsible for showing the list of portlets
on the screen or has anybody an idea how I can solve the problem?

Thank you very much,
Miriam



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to