Hello All, I need to know the role of the logged in User in my JSP to do some processing. How to do it? I tried the following code but it returned Null.
Rundata rundata = (Rundata)request.getAttribute("rundata"); // this returned properly AccessControlList acl = rundata.getACL(); // This returned NULL... Please let me know how to get the role of the logged in user. Thanks in Advance. Regards, Sunil. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]