Hi list !

Im editing the console-menubar.jsp to add some new menĂº for others 
applications, and i want to user priveleges or roles to show or not the links. 
But i only can use LICENCES. Administrator, Operator, Service Manager.. 

<!-- only show if administrator or operator -->
          <% if ( request.isUserInRole("Administrator") == true ||
                  request.isUserInRole("Operator") == true )
             { %>

Anyone try to add new licences or how can i get the role or privelege in the 
web?

Thanks!

diEgo MP.

---
To unsubscribe from spectrum, send email to [email protected] with the body: 
unsubscribe spectrum [email protected]

Reply via email to