You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/02/21 10:07:48 UTC

svn commit: r629724 [8/8] - in /myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components: ./ html/

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train3.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train3.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train3.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train3.jspx Thu Feb 21 01:07:34 2008
@@ -19,32 +19,38 @@
 	   
 -->
 <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" >
+          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"/>
   <f:view>
- <tr:document title="train Demo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator/>
+    <tr:document title="Train Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_train.html"
+                       text="Tag Documentation"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#train"
+                       text="Skinning Key Documentation"/>
+          </tr:panelGroupLayout>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>Third Step -- train with navigation&lt;/b>"/>
+          <tr:train var="foo" value="#{processTrainMenuModel}">
+            <f:facet name="nodeStamp">
+              <tr:commandNavigationItem text="#{foo.label}" action="#{foo.getOutcome}"
+                                        immediate="#{processTrainMenuModel.immediate}"
+                                        disabled="#{processTrainMenuModel.readOnly}"
+                                        visited="#{processTrainMenuModel.visited}"/>
             </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>             
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>Third Step -- train with navigation&lt;/b>"/>
-            <tr:train var="foo" value="#{processTrainMenuModel}">
-              <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                    action="#{foo.getOutcome}"
-                                    immediate="#{processTrainMenuModel.immediate}"
-                                    disabled="#{processTrainMenuModel.readOnly}"
-                                    visited="#{processTrainMenuModel.visited}"/>
-              </f:facet>
-            </tr:train>   
-            </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
+          </tr:train>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4.jspx Thu Feb 21 01:07:34 2008
@@ -19,32 +19,38 @@
 	   
 -->
 <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" >
+          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"/>
   <f:view>
     <trh:html>
-      <trh:head title="train Demo"/>
+      <trh:head title="Train Demo"/>
       <trh:body>
         <tr:form>
           <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">
               <tr:separator/>
             </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>             
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>Fourth Step -- train with navigation&lt;/b>"/>
+            <tr:panelGroupLayout layout="horizontal">
+              <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+              <tr:spacer width="10"/>
+              <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_train.html"
+                         text="Tag Documentation"/>
+              <tr:spacer width="10"/>
+              <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#train"
+                         text="Skinning Key Documentation"/>
+            </tr:panelGroupLayout>
+            <tr:outputFormatted styleUsage="instruction"
+                                value="&lt;b>Fourth Step -- train with navigation&lt;/b>"/>
             <tr:train var="foo" value="#{processTrainMenuModel}">
               <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                    action="#{foo.getOutcome}"
-                                    immediate="#{processTrainMenuModel.immediate}"
-                                    disabled="#{processTrainMenuModel.readOnly}"
-                                    visited="#{processTrainMenuModel.visited}"/>
+                <tr:commandNavigationItem text="#{foo.label}" action="#{foo.getOutcome}"
+                                          immediate="#{processTrainMenuModel.immediate}"
+                                          disabled="#{processTrainMenuModel.readOnly}"
+                                          visited="#{processTrainMenuModel.visited}"/>
               </f:facet>
-            </tr:train>   
+            </tr:train>
             <tr:commandLink action="guide.train4a" text="Go to subprocess"/>
           </tr:panelGroupLayout>
         </tr:form>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4a.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4a.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4a.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4a.jspx Thu Feb 21 01:07:34 2008
@@ -19,32 +19,37 @@
 	   
 -->
 <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" >
+          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"/>
   <f:view>
     <trh:html>
-      <trh:head title="train Demo"/>
+      <trh:head title="Train Demo"/>
       <trh:body>
         <tr:form>
           <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">
               <tr:separator/>
             </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>             
+            <tr:panelGroupLayout layout="horizontal">
+              <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+              <tr:spacer width="10"/>
+              <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_train.html"
+                         text="Tag Documentation"/>
+              <tr:spacer width="10"/>
+              <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#train"
+                         text="Skinning Key Documentation"/>
+            </tr:panelGroupLayout>
             <tr:outputFormatted styleUsage="instruction" value="&lt;b>SubTrain A&lt;/b>"/>
             <tr:train var="foo" value="#{processTrainMenuModel}">
               <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                    action="#{foo.getOutcome}"
-                                    immediate="#{processTrainMenuModel.immediate}"
-                                    disabled="#{processTrainMenuModel.readOnly}"
-                                    visited="#{processTrainMenuModel.visited}"/>
+                <tr:commandNavigationItem text="#{foo.label}" action="#{foo.getOutcome}"
+                                          immediate="#{processTrainMenuModel.immediate}"
+                                          disabled="#{processTrainMenuModel.readOnly}"
+                                          visited="#{processTrainMenuModel.visited}"/>
               </f:facet>
-            </tr:train>             
+            </tr:train>
           </tr:panelGroupLayout>
         </tr:form>
       </trh:body>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4b.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4b.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4b.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4b.jspx Thu Feb 21 01:07:34 2008
@@ -19,10 +19,9 @@
 	   
 -->
 <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" >
+          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"/>
   <f:view>
     <trh:html>
@@ -33,18 +32,24 @@
             <f:facet name="separator">
               <tr:separator/>
             </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>             
+            <tr:panelGroupLayout layout="horizontal">
+              <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+              <tr:spacer width="10"/>
+              <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_train.html"
+                         text="Tag Documentation"/>
+              <tr:spacer width="10"/>
+              <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#train"
+                         text="Skinning Key Documentation"/>
+            </tr:panelGroupLayout>
             <tr:outputFormatted styleUsage="instruction" value="&lt;b>SubTrain B&lt;/b>"/>
             <tr:train var="foo" value="#{processTrainMenuModel}">
               <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                    action="#{foo.getOutcome}"
-                                    immediate="#{processTrainMenuModel.immediate}"
-                                    disabled="#{processTrainMenuModel.readOnly}"
-                                    visited="#{processTrainMenuModel.visited}"/>
+                <tr:commandNavigationItem text="#{foo.label}" action="#{foo.getOutcome}"
+                                          immediate="#{processTrainMenuModel.immediate}"
+                                          disabled="#{processTrainMenuModel.readOnly}"
+                                          visited="#{processTrainMenuModel.visited}"/>
               </f:facet>
-            </tr:train>             
+            </tr:train>
           </tr:panelGroupLayout>
         </tr:form>
       </trh:body>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4c.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4c.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4c.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train4c.jspx Thu Feb 21 01:07:34 2008
@@ -19,33 +19,38 @@
 	   
 -->
 <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" >
+          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"/>
   <f:view>
     <trh:html>
-      <trh:head title="train Demo"/>
+      <trh:head title="Train Demo"/>
       <trh:body>
         <tr:form>
           <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">
               <tr:separator/>
             </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>             
+            <tr:panelGroupLayout layout="horizontal">
+              <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+              <tr:spacer width="10"/>
+              <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_train.html"
+                         text="Tag Documentation"/>
+              <tr:spacer width="10"/>
+              <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#train"
+                         text="Skinning Key Documentation"/>
+            </tr:panelGroupLayout>
             <tr:outputFormatted styleUsage="instruction" value="&lt;b>SubTrain C&lt;/b>"/>
             <tr:train var="foo" value="#{processTrainMenuModel}">
               <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                    action="#{foo.getOutcome}"
-                                    immediate="#{processTrainMenuModel.immediate}"
-                                    disabled="#{processTrainMenuModel.readOnly}"
-                                    visited="#{processTrainMenuModel.visited}"/>
+                <tr:commandNavigationItem text="#{foo.label}" action="#{foo.getOutcome}"
+                                          immediate="#{processTrainMenuModel.immediate}"
+                                          disabled="#{processTrainMenuModel.readOnly}"
+                                          visited="#{processTrainMenuModel.visited}"/>
               </f:facet>
-            </tr:train> 
-            <tr:commandLink action="guide.train4" text="back to main process"/>            
+            </tr:train>
+            <tr:commandLink action="guide.train4" text="back to main process"/>
           </tr:panelGroupLayout>
         </tr:form>
       </trh:body>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train5.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train5.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train5.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train5.jspx Thu Feb 21 01:07:34 2008
@@ -19,34 +19,38 @@
 	   
 -->
 <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" >
+          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"/>
   <f:view>
- <tr:document title="train Demo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator/>
-            </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>             
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>Fifth Step -- train with navigation&lt;/b>"/>
-            <tr:train var="foo" value="#{processTrainMenuModel}">
-              <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                    action="#{foo.getOutcome}"
-                                    immediate="#{processTrainMenuModel.immediate}"
-                                    disabled="#{processTrainMenuModel.readOnly}"
-                                    visited="#{processTrainMenuModel.visited}"/>
-                                    
-              </f:facet>
-            </tr:train>             
-          
+    <tr:document title="Train Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_train.html"
+                       text="Tag Documentation"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#train"
+                       text="Skinning Key Documentation"/>
           </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>Fifth Step -- train with navigation&lt;/b>"/>
+          <tr:train var="foo" value="#{processTrainMenuModel}">
+            <f:facet name="nodeStamp">
+              <tr:commandNavigationItem text="#{foo.label}" action="#{foo.getOutcome}"
+                                        immediate="#{processTrainMenuModel.immediate}"
+                                        disabled="#{processTrainMenuModel.readOnly}"
+                                        visited="#{processTrainMenuModel.visited}"/>
+            </f:facet>
+          </tr:train>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train6.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train6.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train6.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train6.jspx Thu Feb 21 01:07:34 2008
@@ -19,33 +19,38 @@
 	   
 -->
 <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" >
+          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"/>
   <f:view>
- <tr:document title="train Demo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator/>
-            </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>             
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>Sixth Step -- train with navigation&lt;/b>"/>
-            <tr:train var="foo" value="#{processTrainMenuModel}">
-              <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                    action="#{foo.getOutcome}"
-                                    immediate="#{processTrainMenuModel.immediate}"
-                                    disabled="#{processTrainMenuModel.readOnly}"
-                                    visited="#{processTrainMenuModel.visited}"/>
-              </f:facet>
-            </tr:train>             
-           
+    <tr:document title="Train Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_train.html"
+                       text="Tag Documentation"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#train"
+                       text="Skinning Key Documentation"/>
           </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>Sixth Step -- train with navigation&lt;/b>"/>
+          <tr:train var="foo" value="#{processTrainMenuModel}">
+            <f:facet name="nodeStamp">
+              <tr:commandNavigationItem text="#{foo.label}" action="#{foo.getOutcome}"
+                                        immediate="#{processTrainMenuModel.immediate}"
+                                        disabled="#{processTrainMenuModel.readOnly}"
+                                        visited="#{processTrainMenuModel.visited}"/>
+            </f:facet>
+          </tr:train>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train7.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train7.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train7.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train7.jspx Thu Feb 21 01:07:34 2008
@@ -19,33 +19,38 @@
 	   
 -->
 <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" >
+          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"/>
   <f:view>
- <tr:document title="train Demo">
-    <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator/>
-            </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>             
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>Seventh Step -- train with navigation&lt;/b>"/>
-            <tr:train var="foo" value="#{processTrainMenuModel}">
-              <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                    action="#{foo.getOutcome}"
-                                    immediate="#{processTrainMenuModel.immediate}"
-                                    disabled="#{processTrainMenuModel.readOnly}"
-                                    visited="#{processTrainMenuModel.visited}"/>
-              </f:facet>
-            </tr:train>             
-
+    <tr:document title="Train Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_train.html"
+                       text="Tag Documentation"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#train"
+                       text="Skinning Key Documentation"/>
           </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>Seventh Step -- train with navigation&lt;/b>"/>
+          <tr:train var="foo" value="#{processTrainMenuModel}">
+            <f:facet name="nodeStamp">
+              <tr:commandNavigationItem text="#{foo.label}" action="#{foo.getOutcome}"
+                                        immediate="#{processTrainMenuModel.immediate}"
+                                        disabled="#{processTrainMenuModel.readOnly}"
+                                        visited="#{processTrainMenuModel.visited}"/>
+            </f:facet>
+          </tr:train>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train8.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train8.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train8.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/train8.jspx Thu Feb 21 01:07:34 2008
@@ -26,15 +26,22 @@
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
     <trh:html>
-      <trh:head title="train Demo"/>
+      <trh:head title="Train Demo"/>
       <trh:body>
         <tr:form>
           <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">
               <tr:separator/>
             </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>             
+           <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_train.html"
+                       text="Tag Documentation"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#train"
+                       text="Skinning Key Documentation"/>
+          </tr:panelGroupLayout>       
             <tr:outputFormatted styleUsage="instruction" value="&lt;b>Eighth Step -- train with navigation&lt;/b>"/>
             <tr:train var="foo" value="#{processTrainMenuModel}">
               <f:facet name="nodeStamp">

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/tree.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/tree.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/tree.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/tree.jspx Thu Feb 21 01:07:34 2008
@@ -19,44 +19,48 @@
 	   
 -->
 <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" >
+          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"/>
   <f:view>
- <tr:document title="Tree Demo">
-        <tr:form>
-          <tr:messages/>
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator />
-            </f:facet>  
-            <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>                
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>Basic Tree&lt;/b>"/>
-<!--
+    <tr:document title="Tree Demo">
+      <tr:form>
+        <tr:messages/>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_tree.html"
+                       text="Tag Documentation"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#tree"
+                       text="Skinning Key Documentation"/>
+          </tr:panelGroupLayout>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>tree&lt;/b>"/>
+          <!--
             <tr:tree value="#{tree.model}" binding="#{editor.component}" />
-
             <jsp:directive.include file="editor.jspf" />    
 -->
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>Tree with TreeModel&lt;/b>"/>
-            <tr:tree  binding="#{editor.component}"
-                      var="foo" value="#{tree.model}">
-              <f:facet name="nodeStamp">
-                <tr:inputText value="#{foo.text}" shortDesc="Enter text"/>
-              </f:facet>
-            </tr:tree>
-
-            <jsp:directive.include file="editor.jspf" />  
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>Tree with CollectionModel&lt;/b>"/>
-            <tr:tree var="foo" value="#{periodicTable.tableData}">
-              <f:facet name="nodeStamp">
-                <tr:commandLink text="#{foo.name}" action="#{foo.action}"/>
-              </f:facet>
-            </tr:tree>
-          </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>Tree with TreeModel&lt;/b>"/>
+          <tr:tree binding="#{editor.component}" var="foo" value="#{tree.model}">
+            <f:facet name="nodeStamp">
+              <tr:inputText value="#{foo.text}" shortDesc="Enter text"/>
+            </f:facet>
+          </tr:tree>
+          <jsp:directive.include file="editor.jspf"/>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>Tree with CollectionModel&lt;/b>"/>
+          <tr:tree var="foo" value="#{periodicTable.tableData}">
+            <f:facet name="nodeStamp">
+              <tr:commandLink text="#{foo.name}" action="#{foo.action}"/>
+            </f:facet>
+          </tr:tree>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/treeTable.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/treeTable.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/treeTable.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/treeTable.jspx Thu Feb 21 01:07:34 2008
@@ -19,157 +19,140 @@
 	   
 -->
 <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" >
+          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"/>
   <f:view>
- <tr:document title="TreeTable Demo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator />
-            </f:facet>   
-            <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>    
-            
-            <!--
+    <tr:document title="TreeTable Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_treeTable.html"
+                       text="Tag Documentation"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#treeTable"
+                       text="Skinning Key Documentation"/>
+          </tr:panelGroupLayout>
+          <!--
             <tr:treeTable var="foo" value="#{tree.model}" binding="#{editor.component}">
               <f:facet name="nodeStamp">
                 <tr:outputText value="#{foo.text}"/>
               </f:facet>
             </tr:treeTable>
-
-
             <jsp:directive.include file="editor.jspf" />    
 -->
-
-
-            <tr:outputFormatted styleUsage="instruction" 
-              value="&lt;b>Editable treeTable with Record Set Navigation&lt;/b>"/>
-            <tr:treeTable  binding="#{editor.component}" var="foo" value="#{tree.model}" rendered="true"
-              rowsByDepth="3" summary="Demo of treeTable"
-              >
-              <f:facet name="nodeStamp">
-                <tr:column>
-                  <f:facet name="header">
-                    <tr:outputText value="Text"/>
-                  </f:facet>
-                  <tr:outputFormatted value="&lt;b>text:#{foo.text}&lt;/b>"/>
-                </tr:column>
-              </f:facet>
-              <f:facet name="pathStamp">
-                <tr:outputFormatted value="&lt;b>text:#{foo.text}&lt;/b>"/>
-              </f:facet>
-
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>Editable treeTable with Record Set Navigation&lt;/b>"/>
+          <tr:treeTable binding="#{editor.component}" var="foo" value="#{tree.model}"
+                        rendered="true" rowsByDepth="3" summary="Demo of treeTable">
+            <f:facet name="nodeStamp">
               <tr:column>
                 <f:facet name="header">
-                  <tr:outputText value="Foo Column"/>
-                </f:facet>
-                <tr:inputText value="#{foo.text}" shortDesc="Enter text"/>
-              </tr:column>
-
-              <tr:column>
-                <f:facet name="header">
-                  <h:outputText value="Bar Column"/>
+                  <tr:outputText value="Text"/>
                 </f:facet>
-                <h:outputText value="#{foo.text} Bar"/>
+                <tr:outputFormatted value="&lt;b>text:#{foo.text}&lt;/b>"/>
               </tr:column>
-            </tr:treeTable>
-
-            <jsp:directive.include file="editor.jspf" />  
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>No Focus Column&lt;/b>"/>
-            <tr:treeTable var="foo" value="#{tree.model}" rendered="true" 
-                 summary="Second treeTable" >
-              <f:facet name="nodeStamp">
-                <tr:column>
-                  <f:facet name="header">
-                    <tr:outputText value="Text"/>
-                  </f:facet>
-                  <tr:outputText value="#{foo.text}"/>
-                </tr:column>
-              </f:facet>
-
+            </f:facet>
+            <f:facet name="pathStamp">
+              <tr:outputFormatted value="&lt;b>text:#{foo.text}&lt;/b>"/>
+            </f:facet>
+            <tr:column>
+              <f:facet name="header">
+                <tr:outputText value="Foo Column"/>
+              </f:facet>
+              <tr:inputText value="#{foo.text}" shortDesc="Enter text"/>
+            </tr:column>
+            <tr:column>
+              <f:facet name="header">
+                <h:outputText value="Bar Column"/>
+              </f:facet>
+              <h:outputText value="#{foo.text} Bar"/>
+            </tr:column>
+          </tr:treeTable>
+          <jsp:directive.include file="editor.jspf"/>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>No Focus Column&lt;/b>"/>
+          <tr:treeTable var="foo" value="#{tree.model}" rendered="true" summary="Second treeTable">
+            <f:facet name="nodeStamp">
               <tr:column>
                 <f:facet name="header">
                   <tr:outputText value="Text"/>
                 </f:facet>
                 <tr:outputText value="#{foo.text}"/>
               </tr:column>
-
-            </tr:treeTable>
-
-            <tr:commandButton text="Submit"/>
-
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>Giant treeTable&lt;/b>"/>
-            <tr:treeTable var="foo" value="#{largeTree.model}" 
-               summary="Giant treeTable"
-              rendered='true'>
-              <f:facet name="nodeStamp">
-                <tr:column>
-                  <f:facet name="header">
-                    <tr:outputText value="Label"/>
-                  </f:facet>
-                <tr:outputFormatted value="&lt;b>#{foo.label}&lt;/b>"/>
-                </tr:column>
-              </f:facet>
-              <f:facet name="pathStamp">
-                <tr:outputFormatted value="&lt;b>#{foo.label}&lt;/b>"/>
-              </f:facet>
-
+            </f:facet>
+            <tr:column>
+              <f:facet name="header">
+                <tr:outputText value="Text"/>
+              </f:facet>
+              <tr:outputText value="#{foo.text}"/>
+            </tr:column>
+          </tr:treeTable>
+          <tr:commandButton text="Submit"/>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>Giant treeTable&lt;/b>"/>
+          <tr:treeTable var="foo" value="#{largeTree.model}" summary="Giant treeTable"
+                        rendered='true'>
+            <f:facet name="nodeStamp">
               <tr:column>
                 <f:facet name="header">
-                  <tr:outputText value="Parent"/>
+                  <tr:outputText value="Label"/>
                 </f:facet>
-                <tr:outputText value="#{foo.parentLabel}"/>
-              </tr:column>
-
-              <tr:column>
-                <f:facet name="header">
-                  <h:outputText value="Index"/>
-                </f:facet>
-                <h:outputText value="#{foo.index}"/>
+                <tr:outputFormatted value="&lt;b>#{foo.label}&lt;/b>"/>
               </tr:column>
+            </f:facet>
+            <f:facet name="pathStamp">
+              <tr:outputFormatted value="&lt;b>#{foo.label}&lt;/b>"/>
+            </f:facet>
+            <tr:column>
+              <f:facet name="header">
+                <tr:outputText value="Parent"/>
+              </f:facet>
+              <tr:outputText value="#{foo.parentLabel}"/>
+            </tr:column>
+            <tr:column>
+              <f:facet name="header">
+                <h:outputText value="Index"/>
+              </f:facet>
+              <h:outputText value="#{foo.index}"/>
+            </tr:column>
+            <tr:column>
+              <f:facet name="header">
+                <h:outputText value="Depth"/>
+              </f:facet>
+              <h:outputText value="#{foo.depth}"/>
+            </tr:column>
+          </tr:treeTable>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>Empty treeTable&lt;/b>"/>
+          <tr:treeTable var="foo" rendered="true" summary="Empty treeTable"
+                        emptyText="no records found">
+            <f:facet name="nodeStamp">
               <tr:column>
                 <f:facet name="header">
-                  <h:outputText value="Depth"/>
+                  <tr:outputText value="Text"/>
                 </f:facet>
-                <h:outputText value="#{foo.depth}"/>
-              </tr:column>
-            </tr:treeTable>
-
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>Empty treeTable&lt;/b>"/>
-            <tr:treeTable var="foo" rendered="true"
-              summary="Empty treeTable"
-              emptyText="no records found"
-              >
-              <f:facet name="nodeStamp">
-                <tr:column>
-                  <f:facet name="header">
-                    <tr:outputText value="Text"/>
-                  </f:facet>
                 <tr:outputFormatted value="&lt;b>text:#{foo.text}&lt;/b>"/>
-                </tr:column>
-              </f:facet>
-
-              <tr:column>
-                <f:facet name="header">
-                  <tr:outputText value="Foo Column"/>
-                </f:facet>
-                <tr:outputText value="foo #{foo.text}"/>
               </tr:column>
-
-              <tr:column>
-                <f:facet name="header">
-                  <h:outputText value="Bar Column"/>
-                </f:facet>
-                <h:outputText value="#{foo.text} Bar"/>
-              </tr:column>
-            </tr:treeTable>
-          </tr:panelGroupLayout>
-
-        </tr:form>
- </tr:document>
+            </f:facet>
+            <tr:column>
+              <f:facet name="header">
+                <tr:outputText value="Foo Column"/>
+              </f:facet>
+              <tr:outputText value="foo #{foo.text}"/>
+            </tr:column>
+            <tr:column>
+              <f:facet name="header">
+                <h:outputText value="Bar Column"/>
+              </f:facet>
+              <h:outputText value="#{foo.text} Bar"/>
+            </tr:column>
+          </tr:treeTable>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/treeTable_selection.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/treeTable_selection.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/treeTable_selection.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/treeTable_selection.jspx Thu Feb 21 01:07:34 2008
@@ -19,57 +19,84 @@
 	   
 -->
 <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" >
+          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"/>
   <f:view>
-    <trh:html>
-      <trh:head title="tableSelectMany Demo"/>
-      <trh:body>
-        <tr:form >
-          <tr:panelGroupLayout layout="vertical">
-            <tr:commandLink immediate="true" text="Component Guide"
-                  action="guide"/> 
+    <tr:document title="TreeTable Selection Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_treeTable.html"
+                       text="Tag Documentation"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#treeTable"
+                       text="Skinning Key Documentation"/>
           </tr:panelGroupLayout>
-          <tr:panelPage>
-            <tr:messages/>
-            <tr:selectOneChoice value="#{sessionScope.tableSelection}"
-                autoSubmit="true"
-                id="selType"
-                label="Selection Type">
-              <tr:selectItem label="Single" value="#{null}"/>
-              <tr:selectItem label="Multiple" value="#{true}"/>
-            </tr:selectOneChoice>
-            <tr:treeTable var="foo" value="#{largeTree.model}" 
-              binding="#{tableActions.table}"
-              summary="Demo of TreeTable selection"
-              partialTriggers="selType"
-              rowSelection="#{sessionScope.tableSelection ? 'multiple' : 'single'}">
-              <f:facet name="footer">
-                <tr:commandButton text="Report" 
-                     actionListener="#{tableActions.performReport}"/>
-              </f:facet>
-              <f:facet name="nodeStamp">
-                <tr:column>
-                  <f:facet name="header">
-                    <tr:outputText value="Label"/>
-                  </f:facet>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>treeTable selection&lt;/b>"/>
+          <tr:messages/>
+          <tr:selectOneChoice value="#{sessionScope.tableSelection}" autoSubmit="true" id="selType"
+                              label="Selection Type">
+            <tr:selectItem label="Single" value="#{null}"/>
+            <tr:selectItem label="Multiple" value="#{true}"/>
+          </tr:selectOneChoice>
+          <tr:treeTable var="foo" value="#{largeTree.model}" binding="#{tableActions.table}"
+                        summary="Demo of TreeTable selection" partialTriggers="selType"
+                        rowSelection="#{sessionScope.tableSelection ? 'multiple' : 'single'}">
+            <f:facet name="footer">
+              <tr:commandButton text="Report" actionListener="#{tableActions.performReport}"/>
+            </f:facet>
+            <f:facet name="nodeStamp">
+              <tr:column>
+                <f:facet name="header">
+                  <tr:outputText value="Label"/>
+                </f:facet>
                 <tr:outputFormatted value="&lt;b>#{foo.label}&lt;/b>"/>
-                </tr:column>
+              </tr:column>
+            </f:facet>
+            <f:facet name="pathStamp">
+              <tr:outputFormatted value="&lt;b>#{foo.label}&lt;/b>"/>
+            </f:facet>
+            <tr:column>
+              <f:facet name="header">
+                <tr:outputText value="Parent"/>
               </f:facet>
-              <f:facet name="pathStamp">
-                <tr:outputFormatted value="&lt;b>#{foo.label}&lt;/b>"/>
+              <tr:outputText value="#{foo.parentLabel}"/>
+            </tr:column>
+            <tr:column>
+              <f:facet name="header">
+                <h:outputText value="Index"/>
               </f:facet>
-
+              <h:outputText value="#{foo.index}"/>
+            </tr:column>
+            <tr:column>
+              <f:facet name="header">
+                <h:outputText value="Depth"/>
+              </f:facet>
+              <h:outputText value="#{foo.depth}"/>
+            </tr:column>
+          </tr:treeTable>
+          <tr:panelHeader text="Report Items">
+            <tr:table var="foo" value="#{tableActions.reportItems}" emptyText="Report is Empty"
+                      summary="Report">
+              <tr:column>
+                <f:facet name="header">
+                  <tr:outputText value="Label"/>
+                </f:facet>
+                <tr:outputText value="#{foo.label}"/>
+              </tr:column>
               <tr:column>
                 <f:facet name="header">
                   <tr:outputText value="Parent"/>
                 </f:facet>
                 <tr:outputText value="#{foo.parentLabel}"/>
               </tr:column>
-
               <tr:column>
                 <f:facet name="header">
                   <h:outputText value="Index"/>
@@ -82,43 +109,11 @@
                 </f:facet>
                 <h:outputText value="#{foo.depth}"/>
               </tr:column>
-            </tr:treeTable>
-            
-            <tr:panelHeader text="Report Items">
-              <tr:table var="foo" value="#{tableActions.reportItems}"
-                emptyText="Report is Empty" 
-                summary="Report">
-                <tr:column>
-                  <f:facet name="header">
-                    <tr:outputText value="Label"/>
-                  </f:facet>
-                  <tr:outputText value="#{foo.label}"/>
-                </tr:column>
-                <tr:column>
-                  <f:facet name="header">
-                    <tr:outputText value="Parent"/>
-                  </f:facet>
-                  <tr:outputText value="#{foo.parentLabel}"/>
-                </tr:column>
-  
-                <tr:column>
-                  <f:facet name="header">
-                    <h:outputText value="Index"/>
-                  </f:facet>
-                  <h:outputText value="#{foo.index}"/>
-                </tr:column>
-                <tr:column>
-                  <f:facet name="header">
-                    <h:outputText value="Depth"/>
-                  </f:facet>
-                  <h:outputText value="#{foo.depth}"/>
-                </tr:column>
-              </tr:table>
-            </tr:panelHeader>
-
-          </tr:panelPage>
-        </tr:form>
-      </trh:body>
-    </trh:html>
+            </tr:table>
+          </tr:panelHeader>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>
+