[jboss-svn-commits] JBoss PortletSwap SVN: r164 - in portlets/src/framework/SeamBookingPortlet/web/src/main: webapp and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Nov 13 11:25:45 EST 2007


Author: wesleyhales
Date: 2007-11-13 11:25:45 -0500 (Tue, 13 Nov 2007)
New Revision: 164

Added:
   portlets/src/framework/SeamBookingPortlet/web/src/main/webapp/edit_portlet.xhtml
   portlets/src/framework/SeamBookingPortlet/web/src/main/webapp/help.xhtml
Modified:
   portlets/src/framework/SeamBookingPortlet/web/src/main/resources/portal/portlet.xml
Log:
mode changes

Modified: portlets/src/framework/SeamBookingPortlet/web/src/main/resources/portal/portlet.xml
===================================================================
--- portlets/src/framework/SeamBookingPortlet/web/src/main/resources/portal/portlet.xml	2007-11-13 16:24:02 UTC (rev 163)
+++ portlets/src/framework/SeamBookingPortlet/web/src/main/resources/portal/portlet.xml	2007-11-13 16:25:45 UTC (rev 164)
@@ -12,14 +12,14 @@
         <value>/home.xhtml</value>
         </init-param>
 
-        <init-param>
+         <init-param>
          <name>javax.portlet.faces.defaultViewId.edit</name>
-        <value>/home.xhtml</value>
+        <value>/edit_portlet.xhtml</value>
        </init-param>
 
        <init-param>
          <name>javax.portlet.faces.defaultViewId.help</name>
-         <value>/home.xhtml</value>
+         <value>/help.xhtml</value>
        </init-param>
 
     <expiration-cache>-0</expiration-cache>

Added: portlets/src/framework/SeamBookingPortlet/web/src/main/webapp/edit_portlet.xhtml
===================================================================
--- portlets/src/framework/SeamBookingPortlet/web/src/main/webapp/edit_portlet.xhtml	                        (rev 0)
+++ portlets/src/framework/SeamBookingPortlet/web/src/main/webapp/edit_portlet.xhtml	2007-11-13 16:25:45 UTC (rev 164)
@@ -0,0 +1,10 @@
+ <ui:composition
+       xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:f="http://java.sun.com/jsf/core"
+      xmlns:ui="http://java.sun.com/jsf/facelets"
+      xmlns:h="http://java.sun.com/jsf/html"
+      xmlns:a4j="http://richfaces.org/a4j"
+      xmlns:rich="http://richfaces.org/rich">
+
+   Edit Mode
+</ui:composition>
\ No newline at end of file

Added: portlets/src/framework/SeamBookingPortlet/web/src/main/webapp/help.xhtml
===================================================================
--- portlets/src/framework/SeamBookingPortlet/web/src/main/webapp/help.xhtml	                        (rev 0)
+++ portlets/src/framework/SeamBookingPortlet/web/src/main/webapp/help.xhtml	2007-11-13 16:25:45 UTC (rev 164)
@@ -0,0 +1,9 @@
+<ui:composition
+       xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:f="http://java.sun.com/jsf/core"
+      xmlns:ui="http://java.sun.com/jsf/facelets"
+      xmlns:h="http://java.sun.com/jsf/html"
+      xmlns:a4j="http://richfaces.org/a4j"
+      xmlns:rich="http://richfaces.org/rich">
+
+   Help Mode




More information about the jboss-svn-commits mailing list