diff --git a/source/java/org/alfresco/web/app/servlet/command/UserProfileDialogCommand.java b/source/java/org/alfresco/web/app/servlet/command/UserProfileDialogCommand.java index f79114d764..acf28d79d0 100644 --- a/source/java/org/alfresco/web/app/servlet/command/UserProfileDialogCommand.java +++ b/source/java/org/alfresco/web/app/servlet/command/UserProfileDialogCommand.java @@ -61,7 +61,7 @@ public class UserProfileDialogCommand extends BaseUIActionCommand ServletContext sc = (ServletContext)properties.get(PROP_SERVLETCONTEXT); ServletRequest req = (ServletRequest)properties.get(PROP_REQUEST); ServletResponse res = (ServletResponse)properties.get(PROP_RESPONSE); - FacesContext fc = FacesHelper.getFacesContext(req, res, sc, "/jsp/browse/browse.jsp"); + FacesContext fc = FacesHelper.getFacesContext(req, res, sc, "/jsp/return.jsp"); UsersDialog dialog = (UsersDialog)FacesHelper.getManagedBean(fc, UsersDialog.BEAN_NAME); // setup dialog context from url args in properties map diff --git a/source/web/jsp/return.jsp b/source/web/jsp/return.jsp new file mode 100644 index 0000000000..f00582078a --- /dev/null +++ b/source/web/jsp/return.jsp @@ -0,0 +1,3 @@ + \ No newline at end of file