[jboss-svn-commits] JBoss PortletSwap SVN: r161 - in portlets/src/framework/RichFacesPortlet/src/main/webapp: inventory and 1 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Nov 13 11:15:49 EST 2007
Author: wesleyhales
Date: 2007-11-13 11:15:49 -0500 (Tue, 13 Nov 2007)
New Revision: 161
Added:
portlets/src/framework/RichFacesPortlet/src/main/webapp/jsf/edit.xhtml
portlets/src/framework/RichFacesPortlet/src/main/webapp/jsf/help.xhtml
Modified:
portlets/src/framework/RichFacesPortlet/src/main/webapp/WEB-INF/portlet.xml
portlets/src/framework/RichFacesPortlet/src/main/webapp/inventory/inventoryList.xhtml
Log:
mode fix
Modified: portlets/src/framework/RichFacesPortlet/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- portlets/src/framework/RichFacesPortlet/src/main/webapp/WEB-INF/portlet.xml 2007-11-13 15:38:21 UTC (rev 160)
+++ portlets/src/framework/RichFacesPortlet/src/main/webapp/WEB-INF/portlet.xml 2007-11-13 16:15:49 UTC (rev 161)
@@ -14,12 +14,12 @@
<init-param>
<name>javax.portlet.faces.defaultViewId.edit</name>
- <value>/jsf/start.xhtml</value>
+ <value>/jsf/edit.xhtml</value>
</init-param>
<init-param>
<name>javax.portlet.faces.defaultViewId.help</name>
- <value>/jsf/start.xhtml</value>
+ <value>/jsf/help.xhtml</value>
</init-param>
Modified: portlets/src/framework/RichFacesPortlet/src/main/webapp/inventory/inventoryList.xhtml
===================================================================
--- portlets/src/framework/RichFacesPortlet/src/main/webapp/inventory/inventoryList.xhtml 2007-11-13 15:38:21 UTC (rev 160)
+++ portlets/src/framework/RichFacesPortlet/src/main/webapp/inventory/inventoryList.xhtml 2007-11-13 16:15:49 UTC (rev 161)
@@ -122,16 +122,11 @@
maxPages="9">
</ac:ajaxDataScroller>
- <ui:remove>
- <a4j:outputPanel id="debugPanel" ajaxRendered="true">
- <tr:debug a4j="false" facelets="false" facesTrace="true"/>
+
</a4j:outputPanel>
- </ui:remove>
- </a4j:outputPanel>
-
<a4j:status for="stat1" forceId="true" id="ajaxStatus">
<f:facet name="start">
Loading...
Added: portlets/src/framework/RichFacesPortlet/src/main/webapp/jsf/edit.xhtml
===================================================================
--- portlets/src/framework/RichFacesPortlet/src/main/webapp/jsf/edit.xhtml (rev 0)
+++ portlets/src/framework/RichFacesPortlet/src/main/webapp/jsf/edit.xhtml 2007-11-13 16:15:49 UTC (rev 161)
@@ -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/RichFacesPortlet/src/main/webapp/jsf/help.xhtml
===================================================================
--- portlets/src/framework/RichFacesPortlet/src/main/webapp/jsf/help.xhtml (rev 0)
+++ portlets/src/framework/RichFacesPortlet/src/main/webapp/jsf/help.xhtml 2007-11-13 16:15:49 UTC (rev 161)
@@ -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">
+
+ Help Mode
+</ui:composition>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list