Merged V2.1 to HEAD

6295, 6296: EHCache patch on 1.3.0 and related classpath fixes
   6300: WCM-509 - Usernames with '@'
   6301: FacesHelper.makeLegalId()
   6302: Portlet fixes to remove hardcoded "Company Home" string
   6305: Fix for AWC-1440 - Potential NullPointerException in workflow history
   6306: Fix to error message when incorrect parameters are passed to number range constraint


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6718 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-09-10 12:33:37 +00:00
parent 10236f165a
commit bf4349d64d
2 changed files with 5 additions and 9 deletions

View File

@@ -201,7 +201,7 @@ public class UIWorkflowHistory extends SelfRenderingComponent
out.write("</td><td>");
out.write(Utils.getDateTimeFormat(context).format(createdDate));
out.write("</td><td>");
out.write(owner);
out.write(owner == null ? "" : owner);
out.write("</td><td>");
out.write(comment == null ? "" : comment);
out.write("</td><td>");