This commit is contained in:
Francesco Mangiacrapa 2013-02-15 11:51:25 +00:00
parent eb6414f5f1
commit 656184f5bf
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class WorkspacePortlet extends GenericPortlet{
System.out.println("LOADING ********* FROM "+VIEW_JSP);
ScopeHelper.setContext(request, Util.USERNAME_ATTRIBUTE);
ScopeHelper.setContext(request, ScopeHelper.USERNAME_ATTRIBUTE);
// Invoke the JSP to render
PortletRequestDispatcher rd = getPortletContext().getRequestDispatcher(VIEW_JSP);