Hi All, This is my first attempt at programming a dashlet in Alfresco.
I want to grab the user name of the logged in user by calling AuthenticationUtil.setCurrentUser() in my jsp page
Do I need to import the AuthenticationUtil assembly by using <%@page import="…." before I can use this function? If I do, what is the name of the assembly?