[jboss-svn-commits] JBoss PortletSwap SVN: r163 - in portlets/src/framework/JSFRIPortlet/src/main/webapp: jsf and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Nov 13 11:24:02 EST 2007


Author: wesleyhales
Date: 2007-11-13 11:24:02 -0500 (Tue, 13 Nov 2007)
New Revision: 163

Added:
   portlets/src/framework/JSFRIPortlet/src/main/webapp/jsf/edit.xhtml
   portlets/src/framework/JSFRIPortlet/src/main/webapp/jsf/help.xhtml
Modified:
   portlets/src/framework/JSFRIPortlet/src/main/webapp/WEB-INF/portlet.xml
Log:
mode changes

Modified: portlets/src/framework/JSFRIPortlet/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- portlets/src/framework/JSFRIPortlet/src/main/webapp/WEB-INF/portlet.xml	2007-11-13 16:21:03 UTC (rev 162)
+++ portlets/src/framework/JSFRIPortlet/src/main/webapp/WEB-INF/portlet.xml	2007-11-13 16:24:02 UTC (rev 163)
@@ -14,12 +14,12 @@
 
         <init-param>
          <name>javax.portlet.faces.defaultViewId.edit</name>
-        <value>/deck/deck.xhtml</value>
+        <value>/jsf/edit.xhtml</value>
        </init-param>
 
        <init-param>
          <name>javax.portlet.faces.defaultViewId.help</name>
-         <value>/deck/deck.xhtml</value>
+         <value>/jsf/help.xhtml</value>
        </init-param>
 
      

Added: portlets/src/framework/JSFRIPortlet/src/main/webapp/jsf/edit.xhtml
===================================================================
--- portlets/src/framework/JSFRIPortlet/src/main/webapp/jsf/edit.xhtml	                        (rev 0)
+++ portlets/src/framework/JSFRIPortlet/src/main/webapp/jsf/edit.xhtml	2007-11-13 16:24:02 UTC (rev 163)
@@ -0,0 +1,8 @@
+ <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">
+
+   Edit Mode
+</ui:composition>
\ No newline at end of file

Added: portlets/src/framework/JSFRIPortlet/src/main/webapp/jsf/help.xhtml
===================================================================
--- portlets/src/framework/JSFRIPortlet/src/main/webapp/jsf/help.xhtml	                        (rev 0)
+++ portlets/src/framework/JSFRIPortlet/src/main/webapp/jsf/help.xhtml	2007-11-13 16:24:02 UTC (rev 163)
@@ -0,0 +1,8 @@
+ <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">
+
+   Help Mode
+</ui:composition>
\ No newline at end of file




More information about the jboss-svn-commits mailing list