Author: thomas.heute(a)jboss.com
Date: 2008-06-23 09:37:53 -0400 (Mon, 23 Jun 2008)
New Revision: 11110
Modified:
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/editbinary.jsp
Log:
JBPORTAL-2050: NPE in CMS Admin Portlet when canceling File Upload
Modified:
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/editbinary.jsp
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/editbinary.jsp 2008-06-23
13:31:39 UTC (rev 11109)
+++
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/editbinary.jsp 2008-06-23
13:37:53 UTC (rev 11110)
@@ -59,7 +59,7 @@
class="portlet-form-button"/>
<input class="portlet-form-button"
type="button" value="${n:i18n("CMS_CANCEL")}"
name="cancel"
-
onclick="window.location='<portlet:renderURL><portlet:param
name="op" value="<%= CMSAdminConstants.OP_MAIN
%>"/><portlet:param name="path" value="<%= sCurrPath
%>"/></portlet:renderURL>'">
+
onclick="window.location='<portlet:renderURL><portlet:param
name="op" value="<%= CMSAdminConstants.OP_VIEWFILE
%>"/><portlet:param name="path" value="<%= sCurrPath
%>"/></portlet:renderURL>'">
</td>
</tr>
</table>
Show replies by date