Author: julien(a)jboss.com
Date: 2007-02-13 09:13:18 -0500 (Tue, 13 Feb 2007)
New Revision: 6249
Modified:
trunk/core/src/resources/portal-core-war/WEB-INF/jsp/management/index.xhtml
Log:
JBPORTAL-1235 : unable to create a portal
Modified: trunk/core/src/resources/portal-core-war/WEB-INF/jsp/management/index.xhtml
===================================================================
--- trunk/core/src/resources/portal-core-war/WEB-INF/jsp/management/index.xhtml 2007-02-13
14:12:46 UTC (rev 6248)
+++ trunk/core/src/resources/portal-core-war/WEB-INF/jsp/management/index.xhtml 2007-02-13
14:13:18 UTC (rev 6249)
@@ -23,12 +23,18 @@
org.apache.myfaces.tree2.CLIENT_SIDE_TOGGLE="#{false}">
<f:facet name="context">
<h:panelGroup>
- <t:graphicImage
- value="/images/management/tree/context.png"
- style="vertical-align:middle;" title="Example ToolTip
on Image"/>
+ <h:commandLink
+ action="#{portalobjectmgr.selectObject}"
title="Context">
+ <t:graphicImage
+ value="/images/management/tree/context.png"
+ style="vertical-align:middle;"/>
+ <f:param
+ name="id"
+ value="#{node.identifier}"/>
+ </h:commandLink>
<h:outputText> </h:outputText>
<h:commandLink
- action="#{portalobjectmgr.selectObject}"
title="Example ToolTip">
+ action="#{portalobjectmgr.selectObject}"
title="Context">
<h:outputText
value="#{node.description}"/>
<f:param
@@ -43,12 +49,18 @@
</f:facet>
<f:facet name="portal">
<h:panelGroup>
- <t:graphicImage
- value="/images/management/tree/portal.png"
- style="vertical-align:middle;"/>
+ <h:commandLink
+ action="#{portalobjectmgr.selectObject}"
title="Portal">
+ <t:graphicImage
+ value="/images/management/tree/portal.png"
+ style="vertical-align:middle;"/>
+ <f:param
+ name="id"
+ value="#{node.identifier}"/>
+ </h:commandLink>
<h:outputText> </h:outputText>
<h:commandLink
- action="#{portalobjectmgr.selectObject}">
+ action="#{portalobjectmgr.selectObject}"
title="Portal">
<h:outputText
value="#{node.description}"/>
<f:param
@@ -63,12 +75,18 @@
</f:facet>
<f:facet name="page">
<h:panelGroup>
- <t:graphicImage
- value="/images/management/tree/page.png"
- style="vertical-align:middle;"/>
+ <h:commandLink
+ action="#{portalobjectmgr.selectObject}"
title="Page">
+ <t:graphicImage
+ value="/images/management/tree/page.png"
+ style="vertical-align:middle;"/>
+ <f:param
+ name="id"
+ value="#{node.identifier}"/>
+ </h:commandLink>
<h:outputText> </h:outputText>
<h:commandLink
- action="#{portalobjectmgr.selectObject}">
+ action="#{portalobjectmgr.selectObject}"
title="Page">
<h:outputText
value="#{node.description}"/>
<f:param
@@ -83,12 +101,18 @@
</f:facet>
<f:facet name="window">
<h:panelGroup>
- <t:graphicImage
- value="/images/management/tree/window.png"
- style="vertical-align:middle;"/>
+ <h:commandLink
+ action="#{portalobjectmgr.selectObject}"
title="Window">
+ <t:graphicImage
+ value="/images/management/tree/window.png"
+ style="vertical-align:middle;"/>
+ <f:param
+ name="id"
+ value="#{node.identifier}"/>
+ </h:commandLink>
<h:outputText> </h:outputText>
<h:commandLink
- action="#{portalobjectmgr.selectObject}">
+ action="#{portalobjectmgr.selectObject}"
title="Window">
<h:outputText
value="#{node.description}"/>
<f:param
Show replies by date