[portal-commits] JBoss Portal SVN: r12261 - branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/jsp/content.
portal-commits at lists.jboss.org
portal-commits at lists.jboss.org
Thu Nov 6 15:40:39 EST 2008
Author: thomas.heute at jboss.com
Date: 2008-11-06 15:40:38 -0500 (Thu, 06 Nov 2008)
New Revision: 12261
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/jsp/content/portlet_editor.jsp
Log:
JBPORTAL-2228: Portlet instances not showing in page layout under "some ciscumstances"
Modified: branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/jsp/content/portlet_editor.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/jsp/content/portlet_editor.jsp 2008-11-06 19:13:49 UTC (rev 12260)
+++ branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/jsp/content/portlet_editor.jsp 2008-11-06 20:40:38 UTC (rev 12261)
@@ -185,7 +185,7 @@
private String getIcon(PortletInfo info)
{
String iconLocation = PortletContentEditorPortlet.DEFAULT_PORTLET_ICON;
- PortletInfoInfo portletInfo = info.getAttachment(PortletInfoInfo.class);
+ PortletInfoInfo portletInfo = (PortletInfoInfo)info.getAttachment(PortletInfoInfo.class);
if (portletInfo != null)
{
More information about the portal-commits
mailing list