You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2006/08/03 05:49:00 UTC

svn commit: r428248 [4/13] - in /incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp: ./ components/ components/html/ components/regions/ convertValidate/ demos/ demos/changeDemos/ demos/tableDemos/ email/ performance/ surveydemo/

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/pageContent_include.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/pageContent_include.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/pageContent_include.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/pageContent_include.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,45 +14,45 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html"
-          xmlns:tr="http://myfaces.apache.org/trinidad">
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <tr:spacer height="5px"/>    
-  <tr:outputFormatted styleUsage="instruction"
-                      value="In both cases most of the content of the page is in a jsp include, so as you navigate around the content of the pages does not change. This is just for demo purposes, in a real application each page would be defined separately but bind to the same model."/>
-  <tr:panelHeader text="Model Attached to Tree Component">
-    <tr:outputFormatted styleUsage="instruction"
-                        value="The tree below is bound to the same model as the page."/>
-    <tr:tree var="foo" value="#{menuModel.model}"
-             focusRowKey="#{menuModel.model.focusRowKey}">
-      <f:facet name="nodeStamp">
-        <tr:commandLink text="#{foo.label}" action="#{foo.getOutcome}"/>
-      </f:facet>
-    </tr:tree>
-  </tr:panelHeader>
-  <tr:panelHeader text="Add a New Page">
-    <tr:outputFormatted styleUsage="instruction"
-                        value="You can easily add a new page to this demo by following what's in the .jspx files and faces-config.xml. The steps are:"/>
-    <tr:panelList>
-      <tr:outputFormatted styleUsage="instruction"
-                          value="stop the servlet engine"/>
-      <tr:outputFormatted styleUsage="instruction"
-                          value="create a new .jspx page"/>
-      <tr:panelGroupLayout>
-        <tr:outputFormatted styleUsage="instruction"
-                            value="In faces-config.xml"/>
-        <tr:panelList>
-          <tr:outputFormatted styleUsage="instruction"
-                              value="add a navigation case for the new page"/>
-          <tr:outputFormatted styleUsage="instruction"
-                              value="using the managed bean facility create a node to add to the menuModel"/>
-          <tr:outputFormatted styleUsage="instruction"
-                              value="either attach the node created above to a parent node or add it as a root node"/>
-        </tr:panelList>
-      </tr:panelGroupLayout>
-    </tr:panelList>
-  </tr:panelHeader>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <tr:spacer height="5px"/>    
+  <tr:outputFormatted styleUsage="instruction"
+                      value="In both cases most of the content of the page is in a jsp include, so as you navigate around the content of the pages does not change. This is just for demo purposes, in a real application each page would be defined separately but bind to the same model."/>
+  <tr:panelHeader text="Model Attached to Tree Component">
+    <tr:outputFormatted styleUsage="instruction"
+                        value="The tree below is bound to the same model as the page."/>
+    <tr:tree var="foo" value="#{menuModel.model}"
+             focusRowKey="#{menuModel.model.focusRowKey}">
+      <f:facet name="nodeStamp">
+        <tr:commandLink text="#{foo.label}" action="#{foo.getOutcome}"/>
+      </f:facet>
+    </tr:tree>
+  </tr:panelHeader>
+  <tr:panelHeader text="Add a New Page">
+    <tr:outputFormatted styleUsage="instruction"
+                        value="You can easily add a new page to this demo by following what's in the .jspx files and faces-config.xml. The steps are:"/>
+    <tr:panelList>
+      <tr:outputFormatted styleUsage="instruction"
+                          value="stop the servlet engine"/>
+      <tr:outputFormatted styleUsage="instruction"
+                          value="create a new .jspx page"/>
+      <tr:panelGroupLayout>
+        <tr:outputFormatted styleUsage="instruction"
+                            value="In faces-config.xml"/>
+        <tr:panelList>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="add a navigation case for the new page"/>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="using the managed bean facility create a node to add to the menuModel"/>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="either attach the node created above to a parent node or add it as a root node"/>
+        </tr:panelList>
+      </tr:panelGroupLayout>
+    </tr:panelList>
+  </tr:panelHeader>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/pageContent_include.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,11 +14,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html"
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <jsp:include page="/components/page_include.jspx"/>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <jsp:include page="/components/page_include.jspx"/>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,11 +14,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html"
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <jsp:include page="/components/page_include.jspx"/>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <jsp:include page="/components/page_include.jspx"/>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c1.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c1.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c1.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c1.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,11 +14,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html"
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/> 
-  <jsp:include page="/components/page_include.jspx"/>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/> 
+  <jsp:include page="/components/page_include.jspx"/>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c1.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c1d1.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c1d1.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c1d1.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c1d1.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,11 +14,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html"
-          xmlns:tr="http://myfaces.apache.org/trinidad">
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <jsp:include page="/components/page_include.jspx"/>  
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <jsp:include page="/components/page_include.jspx"/>  
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c1d1.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c2.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c2.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c2.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c2.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,101 +14,101 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:tr="http://myfaces.apache.org/trinidad">
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
-    <tr:document title="Page Hierarchy Demo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <tr:commandLink immediate="true" text="Component Guide"
-                            action="guide"/>
-            <tr:separator/>
-            <tr:panelPage>
-              <f:facet name="navigationGlobal">
-                <tr:menuButtons var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                      action="#{foo.getOutcome}" icon="#{foo.ico}"/>
-                  </f:facet>
-                </tr:menuButtons>
-              </f:facet>
-              <f:facet name="navigation1">
-                <tr:menuTabs level="1" var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem
-                      text="#{foo.label}" action="#{foo.getOutcome}"/>
-                  </f:facet>
-                </tr:menuTabs>
-              </f:facet>
-              <f:facet name="navigation2">
-                <tr:menuBar level="2" var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem
-                      text="#{foo.label}" action="#{foo.getOutcome}"/>
-                  </f:facet>
-                </tr:menuBar>
-              </f:facet>
-              <f:facet name="navigation3">
-                <tr:navigationTree startLevel="3" var="foo"
-                  value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem
-                      text="#{foo.label}" action="#{foo.getOutcome}"/>
-                  </f:facet>
-                </tr:navigationTree>
-              </f:facet>
-              <f:facet name="location">
-                <tr:breadCrumbs var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem
-                      text="#{foo.label}" action="#{foo.getOutcome}"
-                      icon="#{foo.ico}"/>
-                  </f:facet>
-                </tr:breadCrumbs>
-              </f:facet>
-              <f:facet name="appAbout">
-                <tr:outputText value="appAbout facet"/>
-              </f:facet>
-              <f:facet name="appCopyright">
-                <tr:outputText value="appCopyright facet"/>
-              </f:facet>
-              <f:facet name="appPrivacy">
-                <tr:outputText value="appPrivacy facet"/>
-              </f:facet>
-              <f:facet name="branding">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="branding facet"/>
-              </f:facet>
-              <f:facet name="infoFootnote">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoFootnote facet"/>
-              </f:facet>
-              <f:facet name="infoReturn">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoReturn facet"/>
-              </f:facet>
-              <f:facet name="infoStatus">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoStatus facet"/>
-              </f:facet>
-              <f:facet name="infoUser">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoUser facet"/>
-              </f:facet>
-              <f:facet name="search">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="search facet"/>
-              </f:facet>
-              <tr:panelHeader text="Title attribute">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="This group of demo pages uses one of 2 components to lay out the page, 'page' or 'panelPage'. This particular page uses the &lt;b>'panelPage'&lt;/b> component."/>
-                <jsp:include page="/components/pageContent_include.jspx"/>
-              </tr:panelHeader>
-            </tr:panelPage>
-          </tr:panelGroupLayout>
-        </tr:form>
-    </tr:document>
-  </f:view>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+    <tr:document title="Page Hierarchy Demo">
+        <tr:form>
+          <tr:panelGroupLayout layout="vertical">
+            <tr:commandLink immediate="true" text="Component Guide"
+                            action="guide"/>
+            <tr:separator/>
+            <tr:panelPage>
+              <f:facet name="navigationGlobal">
+                <tr:menuButtons var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                      action="#{foo.getOutcome}" icon="#{foo.ico}"/>
+                  </f:facet>
+                </tr:menuButtons>
+              </f:facet>
+              <f:facet name="navigation1">
+                <tr:menuTabs level="1" var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem
+                      text="#{foo.label}" action="#{foo.getOutcome}"/>
+                  </f:facet>
+                </tr:menuTabs>
+              </f:facet>
+              <f:facet name="navigation2">
+                <tr:menuBar level="2" var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem
+                      text="#{foo.label}" action="#{foo.getOutcome}"/>
+                  </f:facet>
+                </tr:menuBar>
+              </f:facet>
+              <f:facet name="navigation3">
+                <tr:navigationTree startLevel="3" var="foo"
+                  value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem
+                      text="#{foo.label}" action="#{foo.getOutcome}"/>
+                  </f:facet>
+                </tr:navigationTree>
+              </f:facet>
+              <f:facet name="location">
+                <tr:breadCrumbs var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem
+                      text="#{foo.label}" action="#{foo.getOutcome}"
+                      icon="#{foo.ico}"/>
+                  </f:facet>
+                </tr:breadCrumbs>
+              </f:facet>
+              <f:facet name="appAbout">
+                <tr:outputText value="appAbout facet"/>
+              </f:facet>
+              <f:facet name="appCopyright">
+                <tr:outputText value="appCopyright facet"/>
+              </f:facet>
+              <f:facet name="appPrivacy">
+                <tr:outputText value="appPrivacy facet"/>
+              </f:facet>
+              <f:facet name="branding">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="branding facet"/>
+              </f:facet>
+              <f:facet name="infoFootnote">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoFootnote facet"/>
+              </f:facet>
+              <f:facet name="infoReturn">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoReturn facet"/>
+              </f:facet>
+              <f:facet name="infoStatus">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoStatus facet"/>
+              </f:facet>
+              <f:facet name="infoUser">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoUser facet"/>
+              </f:facet>
+              <f:facet name="search">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="search facet"/>
+              </f:facet>
+              <tr:panelHeader text="Title attribute">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="This group of demo pages uses one of 2 components to lay out the page, 'page' or 'panelPage'. This particular page uses the &lt;b>'panelPage'&lt;/b> component."/>
+                <jsp:include page="/components/pageContent_include.jspx"/>
+              </tr:panelHeader>
+            </tr:panelPage>
+          </tr:panelGroupLayout>
+        </tr:form>
+    </tr:document>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c2.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c2d1.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c2d1.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c2d1.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c2d1.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,11 +14,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html"
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/> 
-  <jsp:include page="/components/page_include.jspx"/>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/> 
+  <jsp:include page="/components/page_include.jspx"/>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c2d1.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,101 +14,101 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:tr="http://myfaces.apache.org/trinidad">
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
-    <tr:document title="Page Hierarchy Demo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <tr:commandLink immediate="true" text="Component Guide"
-                            action="guide"/>
-            <tr:separator/>
-            <tr:panelPage>
-              <f:facet name="navigation1">
-                <tr:menuTabs level="1" var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                                        action="#{foo.getOutcome}"/>
-                  </f:facet>
-                </tr:menuTabs>
-              </f:facet>
-              <f:facet name="navigation2">
-                <tr:menuBar level="2" var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                                        action="#{foo.getOutcome}"/>
-                  </f:facet>
-                </tr:menuBar>
-              </f:facet>
-              <f:facet name="navigation3">
-                <tr:menuList level="3" var="foo"
-                             value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                                        action="#{foo.getOutcome}"/>
-                  </f:facet>
-                </tr:menuList>
-              </f:facet>
-              <f:facet name="navigationGlobal">
-                <tr:menuButtons var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                                        action="#{foo.getOutcome}"
-                                        icon="#{foo.ico}"/>
-                  </f:facet>
-                </tr:menuButtons>
-              </f:facet>
-              <f:facet name="location">
-                <tr:breadCrumbs var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                                        action="#{foo.getOutcome}"/>
-                  </f:facet>
-                </tr:breadCrumbs>
-              </f:facet>
-              <f:facet name="appAbout">
-                <tr:outputText value="appAbout facet"/>
-              </f:facet>
-              <f:facet name="appCopyright">
-                <tr:outputText value="appCopyright facet"/>
-              </f:facet>
-              <f:facet name="appPrivacy">
-                <tr:outputText value="appPrivacy facet"/>
-              </f:facet>
-              <f:facet name="branding">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="branding facet"/>
-              </f:facet>
-              <f:facet name="infoFootnote">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoFootnote facet"/>
-              </f:facet>
-              <f:facet name="infoReturn">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoReturn facet"/>
-              </f:facet>
-              <f:facet name="infoStatus">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoStatus facet"/>
-              </f:facet>
-              <f:facet name="infoUser">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoUser facet"/>
-              </f:facet>
-              <f:facet name="search">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="search facet"/>
-              </f:facet>
-              <tr:panelHeader text="Title attribute">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="This group of demo pages uses one of 2 components to lay out the page, 'page' or 'panelPage'. This particular page uses the &lt;b>'panelPage'&lt;/b> component."/>
-                <jsp:include page="/components/pageContent_include.jspx"/>
-              </tr:panelHeader>
-            </tr:panelPage>
-          </tr:panelGroupLayout>
-        </tr:form>
-    </tr:document>
-  </f:view>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+    <tr:document title="Page Hierarchy Demo">
+        <tr:form>
+          <tr:panelGroupLayout layout="vertical">
+            <tr:commandLink immediate="true" text="Component Guide"
+                            action="guide"/>
+            <tr:separator/>
+            <tr:panelPage>
+              <f:facet name="navigation1">
+                <tr:menuTabs level="1" var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                                        action="#{foo.getOutcome}"/>
+                  </f:facet>
+                </tr:menuTabs>
+              </f:facet>
+              <f:facet name="navigation2">
+                <tr:menuBar level="2" var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                                        action="#{foo.getOutcome}"/>
+                  </f:facet>
+                </tr:menuBar>
+              </f:facet>
+              <f:facet name="navigation3">
+                <tr:menuList level="3" var="foo"
+                             value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                                        action="#{foo.getOutcome}"/>
+                  </f:facet>
+                </tr:menuList>
+              </f:facet>
+              <f:facet name="navigationGlobal">
+                <tr:menuButtons var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                                        action="#{foo.getOutcome}"
+                                        icon="#{foo.ico}"/>
+                  </f:facet>
+                </tr:menuButtons>
+              </f:facet>
+              <f:facet name="location">
+                <tr:breadCrumbs var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                                        action="#{foo.getOutcome}"/>
+                  </f:facet>
+                </tr:breadCrumbs>
+              </f:facet>
+              <f:facet name="appAbout">
+                <tr:outputText value="appAbout facet"/>
+              </f:facet>
+              <f:facet name="appCopyright">
+                <tr:outputText value="appCopyright facet"/>
+              </f:facet>
+              <f:facet name="appPrivacy">
+                <tr:outputText value="appPrivacy facet"/>
+              </f:facet>
+              <f:facet name="branding">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="branding facet"/>
+              </f:facet>
+              <f:facet name="infoFootnote">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoFootnote facet"/>
+              </f:facet>
+              <f:facet name="infoReturn">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoReturn facet"/>
+              </f:facet>
+              <f:facet name="infoStatus">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoStatus facet"/>
+              </f:facet>
+              <f:facet name="infoUser">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoUser facet"/>
+              </f:facet>
+              <f:facet name="search">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="search facet"/>
+              </f:facet>
+              <tr:panelHeader text="Title attribute">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="This group of demo pages uses one of 2 components to lay out the page, 'page' or 'panelPage'. This particular page uses the &lt;b>'panelPage'&lt;/b> component."/>
+                <jsp:include page="/components/pageContent_include.jspx"/>
+              </tr:panelHeader>
+            </tr:panelPage>
+          </tr:panelGroupLayout>
+        </tr:form>
+    </tr:document>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2c1.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2c1.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2c1.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2c1.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,11 +14,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html"
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <jsp:include page="/components/page_include.jspx"/>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <jsp:include page="/components/page_include.jspx"/>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2c1.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2c2.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2c2.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2c2.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2c2.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,101 +14,101 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:tr="http://myfaces.apache.org/trinidad">
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
-    <tr:document title="Page Hierarchy Demo">
-      <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <tr:commandLink immediate="true" text="Component Guide"
-                            action="guide"/>
-            <tr:separator/>
-            <tr:panelPage>
-              <f:facet name="navigation1">
-                <tr:menuTabs level="1" var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                                        action="#{foo.getOutcome}"/>
-                  </f:facet>
-                </tr:menuTabs>
-              </f:facet>
-              <f:facet name="navigation2">
-                <tr:menuBar level="2" var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                                        action="#{foo.getOutcome}"/>
-                  </f:facet>
-                </tr:menuBar>
-              </f:facet>
-              <f:facet name="navigation3">
-                <tr:menuList level="3" var="foo"
-                             value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                                        action="#{foo.getOutcome}"/>
-                  </f:facet>
-                </tr:menuList>
-              </f:facet>
-              <f:facet name="navigationGlobal">
-                <tr:menuButtons var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                                        action="#{foo.getOutcome}"
-                                        icon="#{foo.ico}"/>
-                  </f:facet>
-                </tr:menuButtons>
-              </f:facet>
-              <f:facet name="location">
-                <tr:breadCrumbs var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                                        action="#{foo.getOutcome}"/>
-                  </f:facet>
-                </tr:breadCrumbs>
-              </f:facet>
-              <f:facet name="appAbout">
-                <tr:outputText value="appAbout facet"/>
-              </f:facet>
-              <f:facet name="appCopyright">
-                <tr:outputText value="appCopyright facet"/>
-              </f:facet>
-              <f:facet name="appPrivacy">
-                <tr:outputText value="appPrivacy facet"/>
-              </f:facet>
-              <f:facet name="branding">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="branding facet"/>
-              </f:facet>
-              <f:facet name="infoFootnote">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoFootnote facet"/>
-              </f:facet>
-              <f:facet name="infoReturn">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoReturn facet"/>
-              </f:facet>
-              <f:facet name="infoStatus">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoStatus facet"/>
-              </f:facet>
-              <f:facet name="infoUser">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoUser facet"/>
-              </f:facet>
-              <f:facet name="search">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="search facet"/>
-              </f:facet>
-              <tr:panelHeader text="Title attribute">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="This group of demo pages uses one of 2 components to lay out the page, 'page' or 'panelPage'. This particular page uses the &lt;b>'panelPage'&lt;/b> component."/>
-                <jsp:include page="/components/pageContent_include.jspx"/>
-              </tr:panelHeader>
-            </tr:panelPage>
-          </tr:panelGroupLayout>
-        </tr:form>
-    </tr:document>
-  </f:view>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+    <tr:document title="Page Hierarchy Demo">
+      <tr:form>
+          <tr:panelGroupLayout layout="vertical">
+            <tr:commandLink immediate="true" text="Component Guide"
+                            action="guide"/>
+            <tr:separator/>
+            <tr:panelPage>
+              <f:facet name="navigation1">
+                <tr:menuTabs level="1" var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                                        action="#{foo.getOutcome}"/>
+                  </f:facet>
+                </tr:menuTabs>
+              </f:facet>
+              <f:facet name="navigation2">
+                <tr:menuBar level="2" var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                                        action="#{foo.getOutcome}"/>
+                  </f:facet>
+                </tr:menuBar>
+              </f:facet>
+              <f:facet name="navigation3">
+                <tr:menuList level="3" var="foo"
+                             value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                                        action="#{foo.getOutcome}"/>
+                  </f:facet>
+                </tr:menuList>
+              </f:facet>
+              <f:facet name="navigationGlobal">
+                <tr:menuButtons var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                                        action="#{foo.getOutcome}"
+                                        icon="#{foo.ico}"/>
+                  </f:facet>
+                </tr:menuButtons>
+              </f:facet>
+              <f:facet name="location">
+                <tr:breadCrumbs var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                                        action="#{foo.getOutcome}"/>
+                  </f:facet>
+                </tr:breadCrumbs>
+              </f:facet>
+              <f:facet name="appAbout">
+                <tr:outputText value="appAbout facet"/>
+              </f:facet>
+              <f:facet name="appCopyright">
+                <tr:outputText value="appCopyright facet"/>
+              </f:facet>
+              <f:facet name="appPrivacy">
+                <tr:outputText value="appPrivacy facet"/>
+              </f:facet>
+              <f:facet name="branding">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="branding facet"/>
+              </f:facet>
+              <f:facet name="infoFootnote">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoFootnote facet"/>
+              </f:facet>
+              <f:facet name="infoReturn">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoReturn facet"/>
+              </f:facet>
+              <f:facet name="infoStatus">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoStatus facet"/>
+              </f:facet>
+              <f:facet name="infoUser">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoUser facet"/>
+              </f:facet>
+              <f:facet name="search">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="search facet"/>
+              </f:facet>
+              <tr:panelHeader text="Title attribute">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="This group of demo pages uses one of 2 components to lay out the page, 'page' or 'panelPage'. This particular page uses the &lt;b>'panelPage'&lt;/b> component."/>
+                <jsp:include page="/components/pageContent_include.jspx"/>
+              </tr:panelHeader>
+            </tr:panelPage>
+          </tr:panelGroupLayout>
+        </tr:form>
+    </tr:document>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2c2.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,92 +14,92 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:tr="http://myfaces.apache.org/trinidad">
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
-    <tr:document title="Page Hierarchy Demo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <tr:commandLink immediate="true" text="Component Guide"
-                            action="guide"/>
-            <tr:separator/>
-            <tr:panelPage>
-              <f:facet name="navigation1">
-                <tr:menuTabs level="1" var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                                        action="#{foo.getOutcome}"/>
-                  </f:facet>
-                </tr:menuTabs>
-              </f:facet>
-              <f:facet name="navigation2">
-                <tr:menuBar level="2" var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                                        action="#{foo.getOutcome}"/>
-                  </f:facet>
-                </tr:menuBar>
-              </f:facet>
-              <f:facet name="navigationGlobal">
-                <tr:menuButtons var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                                        action="#{foo.getOutcome}"
-                                        icon="#{foo.ico}"/>
-                  </f:facet>
-                </tr:menuButtons>
-              </f:facet>
-              <f:facet name="location">
-                <tr:breadCrumbs var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                                        action="#{foo.getOutcome}"/>
-                  </f:facet>
-                </tr:breadCrumbs>
-              </f:facet>
-              <f:facet name="appAbout">
-                <tr:outputText value="appAbout facet"/>
-              </f:facet>
-              <f:facet name="appCopyright">
-                <tr:outputText value="appCopyright facet"/>
-              </f:facet>
-              <f:facet name="appPrivacy">
-                <tr:outputText value="appPrivacy facet"/>
-              </f:facet>
-              <f:facet name="branding">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="branding facet"/>
-              </f:facet>
-              <f:facet name="infoFootnote">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoFootnote facet"/>
-              </f:facet>
-              <f:facet name="infoReturn">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoReturn facet"/>
-              </f:facet>
-              <f:facet name="infoStatus">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoStatus facet"/>
-              </f:facet>
-              <f:facet name="infoUser">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoUser facet"/>
-              </f:facet>
-              <f:facet name="search">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="search facet"/>
-              </f:facet>
-              <tr:panelHeader text="Title attribute">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="This group of demo pages uses one of 2 components to lay out the page, 'page' or 'panelPage'. This particular page uses the &lt;b>'panelPage'&lt;/b> component."/>
-                <jsp:include page="/components/pageContent_include.jspx"/>
-              </tr:panelHeader>
-            </tr:panelPage>
-          </tr:panelGroupLayout>
-        </tr:form>
-    </tr:document>
-  </f:view>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+    <tr:document title="Page Hierarchy Demo">
+        <tr:form>
+          <tr:panelGroupLayout layout="vertical">
+            <tr:commandLink immediate="true" text="Component Guide"
+                            action="guide"/>
+            <tr:separator/>
+            <tr:panelPage>
+              <f:facet name="navigation1">
+                <tr:menuTabs level="1" var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                                        action="#{foo.getOutcome}"/>
+                  </f:facet>
+                </tr:menuTabs>
+              </f:facet>
+              <f:facet name="navigation2">
+                <tr:menuBar level="2" var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                                        action="#{foo.getOutcome}"/>
+                  </f:facet>
+                </tr:menuBar>
+              </f:facet>
+              <f:facet name="navigationGlobal">
+                <tr:menuButtons var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                                        action="#{foo.getOutcome}"
+                                        icon="#{foo.ico}"/>
+                  </f:facet>
+                </tr:menuButtons>
+              </f:facet>
+              <f:facet name="location">
+                <tr:breadCrumbs var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                                        action="#{foo.getOutcome}"/>
+                  </f:facet>
+                </tr:breadCrumbs>
+              </f:facet>
+              <f:facet name="appAbout">
+                <tr:outputText value="appAbout facet"/>
+              </f:facet>
+              <f:facet name="appCopyright">
+                <tr:outputText value="appCopyright facet"/>
+              </f:facet>
+              <f:facet name="appPrivacy">
+                <tr:outputText value="appPrivacy facet"/>
+              </f:facet>
+              <f:facet name="branding">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="branding facet"/>
+              </f:facet>
+              <f:facet name="infoFootnote">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoFootnote facet"/>
+              </f:facet>
+              <f:facet name="infoReturn">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoReturn facet"/>
+              </f:facet>
+              <f:facet name="infoStatus">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoStatus facet"/>
+              </f:facet>
+              <f:facet name="infoUser">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoUser facet"/>
+              </f:facet>
+              <f:facet name="search">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="search facet"/>
+              </f:facet>
+              <tr:panelHeader text="Title attribute">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="This group of demo pages uses one of 2 components to lay out the page, 'page' or 'panelPage'. This particular page uses the &lt;b>'panelPage'&lt;/b> component."/>
+                <jsp:include page="/components/pageContent_include.jspx"/>
+              </tr:panelHeader>
+            </tr:panelPage>
+          </tr:panelGroupLayout>
+        </tr:form>
+    </tr:document>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2b2.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2b2.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2b2.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2b2.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,12 +14,12 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html"
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <jsp:include page="/components/page_include.jspx"/>
-
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <jsp:include page="/components/page_include.jspx"/>
+
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2b2.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a3.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a3.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a3.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a3.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,11 +14,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html"
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <jsp:include page="/components/page_include.jspx"/>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <jsp:include page="/components/page_include.jspx"/>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a3.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a4.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a4.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a4.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a4.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,85 +14,85 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:tr="http://myfaces.apache.org/trinidad">
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
-    <tr:document title="Page Hierarchy Demo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <tr:commandLink immediate="true" text="Component Guide"
-                            action="guide"/>
-            <tr:separator/>
-            <tr:panelPage>
-              <f:facet name="navigationGlobal">
-                <tr:menuButtons var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem
-                      text="#{foo.label}" action="#{foo.getOutcome}"
-                      icon="#{foo.ico}"/>
-                  </f:facet>
-                </tr:menuButtons>
-              </f:facet>
-              <f:facet name="navigation1">
-                <tr:menuTabs level="1" var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                      action="#{foo.getOutcome}"/>
-                  </f:facet>
-                </tr:menuTabs>
-              </f:facet>
-              <f:facet name="location">
-                <tr:breadCrumbs var="foo" value="#{menuModel.model}">
-                  <f:facet name="nodeStamp">
-                    <tr:commandNavigationItem text="#{foo.label}"
-                                        action="#{foo.getOutcome}"
-                                        icon="#{foo.ico}"/>
-                  </f:facet>
-                </tr:breadCrumbs>
-              </f:facet>
-              <f:facet name="appAbout">
-                <tr:outputText value="appAbout facet"/>
-              </f:facet>
-              <f:facet name="appCopyright">
-                <tr:outputText value="appCopyright facet"/>
-              </f:facet>
-              <f:facet name="appPrivacy">
-                <tr:outputText value="appPrivacy facet"/>
-              </f:facet>
-              <f:facet name="branding">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="branding facet"/>
-              </f:facet>
-              <f:facet name="infoFootnote">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoFootnote facet"/>
-              </f:facet>
-              <f:facet name="infoReturn">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoReturn facet"/>
-              </f:facet>
-              <f:facet name="infoStatus">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoStatus facet"/>
-              </f:facet>
-              <f:facet name="infoUser">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="infoUser facet"/>
-              </f:facet>
-              <f:facet name="search">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="search facet"/>
-              </f:facet>
-              <tr:panelHeader text="Title attribute">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="This group of demo pages uses one of 2 components to lay out the page, 'page' or 'panelPage'. This particular page uses the &lt;b>'panelPage'&lt;/b> component."/>
-                <jsp:include page="/components/pageContent_include.jspx"/>
-              </tr:panelHeader>
-            </tr:panelPage>
-          </tr:panelGroupLayout>
-        </tr:form>
-    </tr:document>
-  </f:view>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+    <tr:document title="Page Hierarchy Demo">
+        <tr:form>
+          <tr:panelGroupLayout layout="vertical">
+            <tr:commandLink immediate="true" text="Component Guide"
+                            action="guide"/>
+            <tr:separator/>
+            <tr:panelPage>
+              <f:facet name="navigationGlobal">
+                <tr:menuButtons var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem
+                      text="#{foo.label}" action="#{foo.getOutcome}"
+                      icon="#{foo.ico}"/>
+                  </f:facet>
+                </tr:menuButtons>
+              </f:facet>
+              <f:facet name="navigation1">
+                <tr:menuTabs level="1" var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                      action="#{foo.getOutcome}"/>
+                  </f:facet>
+                </tr:menuTabs>
+              </f:facet>
+              <f:facet name="location">
+                <tr:breadCrumbs var="foo" value="#{menuModel.model}">
+                  <f:facet name="nodeStamp">
+                    <tr:commandNavigationItem text="#{foo.label}"
+                                        action="#{foo.getOutcome}"
+                                        icon="#{foo.ico}"/>
+                  </f:facet>
+                </tr:breadCrumbs>
+              </f:facet>
+              <f:facet name="appAbout">
+                <tr:outputText value="appAbout facet"/>
+              </f:facet>
+              <f:facet name="appCopyright">
+                <tr:outputText value="appCopyright facet"/>
+              </f:facet>
+              <f:facet name="appPrivacy">
+                <tr:outputText value="appPrivacy facet"/>
+              </f:facet>
+              <f:facet name="branding">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="branding facet"/>
+              </f:facet>
+              <f:facet name="infoFootnote">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoFootnote facet"/>
+              </f:facet>
+              <f:facet name="infoReturn">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoReturn facet"/>
+              </f:facet>
+              <f:facet name="infoStatus">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoStatus facet"/>
+              </f:facet>
+              <f:facet name="infoUser">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="infoUser facet"/>
+              </f:facet>
+              <f:facet name="search">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="search facet"/>
+              </f:facet>
+              <tr:panelHeader text="Title attribute">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="This group of demo pages uses one of 2 components to lay out the page, 'page' or 'panelPage'. This particular page uses the &lt;b>'panelPage'&lt;/b> component."/>
+                <jsp:include page="/components/pageContent_include.jspx"/>
+              </tr:panelHeader>
+            </tr:panelPage>
+          </tr:panelGroupLayout>
+        </tr:form>
+    </tr:document>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a4.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p1.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p1.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p1.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p1.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,11 +14,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html"
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <jsp:include page="/components/page_process_include.jspx"/>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <jsp:include page="/components/page_process_include.jspx"/>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p1.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p2.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p2.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p2.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p2.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,11 +14,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html"
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <jsp:include page="/components/page_process_include.jspx"/>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <jsp:include page="/components/page_process_include.jspx"/>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p2.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p3.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p3.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p3.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p3.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,11 +14,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html"
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <jsp:include page="/components/page_process_include.jspx"/>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <jsp:include page="/components/page_process_include.jspx"/>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p3.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p4.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p4.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p4.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p4.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,11 +14,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html"
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <jsp:include page="/components/page_process_include.jspx"/>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <jsp:include page="/components/page_process_include.jspx"/>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_p4.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_process_include.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_process_include.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_process_include.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_process_include.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,83 +14,83 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:tr="http://myfaces.apache.org/trinidad">
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
-    <tr:document title="Page Hierarchy Demo">
-      <tr:form>
-        <tr:panelGroupLayout layout="vertical">
-          <tr:commandLink immediate="true" text="Component Guide"
-                          action="guide"/>
-          <tr:separator/>
-          <tr:page var="foo" value="#{menuModel.model}">
-            <f:facet name="nodeStamp">
-              <tr:commandNavigationItem
-                text="#{foo.label}" action="#{foo.getOutcome}"
-                icon="#{foo.ico}"/>
-            </f:facet>
-            <f:facet name="location">
-               <tr:train var="foo" value="#{processPageMenuModel}">
-                 <f:facet name="nodeStamp">
-                   <tr:commandNavigationItem
-                     text="#{foo.label}"
-                     action="#{foo.getOutcome}"
-                     immediate="#{processPageMenuModel.immediate}"
-                     readOnly="#{processPageMenuModel.readOnly}"/>
-                 </f:facet>
-              </tr:train>    
-            </f:facet>   
-            <f:facet name="appAbout">
-              <tr:outputText value="appAbout facet"/>
-            </f:facet>
-            <f:facet name="appCopyright">
-              <tr:outputText value="appCopyright facet"/>
-            </f:facet>
-            <f:facet name="appPrivacy">
-              <tr:outputText value="appPrivacy facet"/>
-            </f:facet>
-            <f:facet name="branding">
-              <tr:outputFormatted styleUsage="instruction"
-                                  value="branding facet"/>
-            </f:facet>
-            <f:facet name="infoFootnote">
-              <tr:outputFormatted styleUsage="instruction"
-                                  value="infoFootnote facet"/>
-            </f:facet>
-            <f:facet name="infoReturn">
-              <tr:outputFormatted styleUsage="instruction"
-                                  value="infoReturn facet"/>
-            </f:facet>
-            <f:facet name="infoStatus">
-              <tr:outputFormatted styleUsage="instruction"
-                                  value="infoStatus facet"/>
-            </f:facet>
-            <f:facet name="infoUser">
-              <tr:outputFormatted styleUsage="instruction"
-                                  value="infoUser facet"/>
-            </f:facet>
-            <f:facet name="search">
-              <tr:outputFormatted styleUsage="instruction"
-                                  value="search facet"/>
-            </f:facet>
-            <tr:panelHeader text="Title attribute">
-              <tr:outputFormatted styleUsage="instruction"
-                                  value="This group of demo pages uses one of 2 components to lay out the page, 'page' or 'panelPage'. This particular page uses the &lt;b>'page'&lt;/b> component."/>
-              <jsp:include page="/components/pageContent_include.jspx"/>
-            </tr:panelHeader>
-            <tr:processChoiceBar var="foo" shortDesc="Select step" value="#{processPageMenuModel}">
-              <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                    action="#{foo.getOutcome}"
-                                    immediate="#{processPageMenuModel.immediate}"
-                                    readOnly="#{processPageMenuModel.readOnly}"/>
-              </f:facet>
-            </tr:processChoiceBar>
-          </tr:page>
-        </tr:panelGroupLayout>
-      </tr:form>
-    </tr:document>
-  </f:view>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+    <tr:document title="Page Hierarchy Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <tr:commandLink immediate="true" text="Component Guide"
+                          action="guide"/>
+          <tr:separator/>
+          <tr:page var="foo" value="#{menuModel.model}">
+            <f:facet name="nodeStamp">
+              <tr:commandNavigationItem
+                text="#{foo.label}" action="#{foo.getOutcome}"
+                icon="#{foo.ico}"/>
+            </f:facet>
+            <f:facet name="location">
+               <tr:train var="foo" value="#{processPageMenuModel}">
+                 <f:facet name="nodeStamp">
+                   <tr:commandNavigationItem
+                     text="#{foo.label}"
+                     action="#{foo.getOutcome}"
+                     immediate="#{processPageMenuModel.immediate}"
+                     readOnly="#{processPageMenuModel.readOnly}"/>
+                 </f:facet>
+              </tr:train>    
+            </f:facet>   
+            <f:facet name="appAbout">
+              <tr:outputText value="appAbout facet"/>
+            </f:facet>
+            <f:facet name="appCopyright">
+              <tr:outputText value="appCopyright facet"/>
+            </f:facet>
+            <f:facet name="appPrivacy">
+              <tr:outputText value="appPrivacy facet"/>
+            </f:facet>
+            <f:facet name="branding">
+              <tr:outputFormatted styleUsage="instruction"
+                                  value="branding facet"/>
+            </f:facet>
+            <f:facet name="infoFootnote">
+              <tr:outputFormatted styleUsage="instruction"
+                                  value="infoFootnote facet"/>
+            </f:facet>
+            <f:facet name="infoReturn">
+              <tr:outputFormatted styleUsage="instruction"
+                                  value="infoReturn facet"/>
+            </f:facet>
+            <f:facet name="infoStatus">
+              <tr:outputFormatted styleUsage="instruction"
+                                  value="infoStatus facet"/>
+            </f:facet>
+            <f:facet name="infoUser">
+              <tr:outputFormatted styleUsage="instruction"
+                                  value="infoUser facet"/>
+            </f:facet>
+            <f:facet name="search">
+              <tr:outputFormatted styleUsage="instruction"
+                                  value="search facet"/>
+            </f:facet>
+            <tr:panelHeader text="Title attribute">
+              <tr:outputFormatted styleUsage="instruction"
+                                  value="This group of demo pages uses one of 2 components to lay out the page, 'page' or 'panelPage'. This particular page uses the &lt;b>'page'&lt;/b> component."/>
+              <jsp:include page="/components/pageContent_include.jspx"/>
+            </tr:panelHeader>
+            <tr:processChoiceBar var="foo" shortDesc="Select step" value="#{processPageMenuModel}">
+              <f:facet name="nodeStamp">
+                <tr:commandNavigationItem text="#{foo.label}"
+                                    action="#{foo.getOutcome}"
+                                    immediate="#{processPageMenuModel.immediate}"
+                                    readOnly="#{processPageMenuModel.readOnly}"/>
+              </f:facet>
+            </tr:processChoiceBar>
+          </tr:page>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_process_include.jspx
------------------------------------------------------------------------------
    svn:eol-style = native