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 [6/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/panelRadio.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelRadio.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelRadio.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelRadio.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,100 +14,100 @@
   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"/>
-  <f:view>
- <tr:document title="panelRadio 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> A panelRadio component - takes default selection among showDetailItem children&lt;/b>"/>  
-
-                <tr:panelRadio binding="#{editor.component}" 
-                                 alignment="center" 
-                                 position="start" 
-                                 id="someId" 
-                                 label="Sales Data">
-
-                  <tr:showDetailItem id="showDetailItem2" 
-                                     text="Monthly Sales Distribution"
-                                     accessKey="M">
-                    <tr:panelHeader text="Monthly Sales Distribution">
-                      <tr:image source="images/monthlySalesDistribution.gif" 
-                                      shortDesc="Koenigsegg CCR" 
-                                      inlineStyle="height:200px; width:300px;" 
-                                      id="monthlySalesImage"/> 
-                    </tr:panelHeader>
-                  </tr:showDetailItem>
-
-                  <tr:showDetailItem id="showDetailItem3" 
-                                     text="Sales by Geography"
-                                     accessKey="S">
-                    <tr:panelHeader text="Sales by Geography">
-                         <tr:image source="images/salesByGeography.gif" 
-                                         inlineStyle="height:200px;  width:300px;" 
-                                         id="salesByGeographyImage"
-                                         shortDesc="Sales information"/> 
-                      
-                    </tr:panelHeader>
-                  </tr:showDetailItem>
-                  
-                  <tr:showDetailItem text="This page data" 
-                                     accessKey="T"
-                                     disclosureListener="#{toggle.onDisclosure}">
-                    <tr:panelHeader text="Page refresh status">
-                      <tr:panelFormLayout>
-                        <tr:inputText readOnly="true" 
-                                      label="Label 1-1" 
-                                      value="Value"
-                                      styleClass="AFDataText"/>
-                        <tr:inputText readOnly="true" 
-                                      label="Date/Time from last partial refresh" 
-                                      value="#{date.currentDate}"
-                                      styleClass="AFDataText">
-                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                        </tr:inputText>
-
-                        <tr:inputText readOnly="true"
-                                      styleClass="AFDataText"
-                                      value="You have shown/ hidden this page data option a total of #{toggle.totalCount} times"/>
-
-                      </tr:panelFormLayout>
-                    </tr:panelHeader>
-                  </tr:showDetailItem>
-
-                </tr:panelRadio>
-
-                <tr:outputFormatted styleUsage="instruction" 
-                                    value="&lt;b>A standard panelRadio component - Update its properties from the table below &lt;/b>"/>  
-                
-                <jsp:directive.include file="editor.jspf" />
-                
-                <tr:outputFormatted styleUsage="instruction" 
-                                    value="&lt;b>This block is to show the current date for reference - Note that this does not change until there is a full page refresh &lt;/b>"/>  
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" 
-                                label="Date/Time from last full page refresh" 
-                                value="#{date.currentDate}"
-                                styleClass="AFDataText">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-
-            </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
-  </f:view>
+<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"/>
+  <f:view>
+ <tr:document title="panelRadio 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> A panelRadio component - takes default selection among showDetailItem children&lt;/b>"/>  
+
+                <tr:panelRadio binding="#{editor.component}" 
+                                 alignment="center" 
+                                 position="start" 
+                                 id="someId" 
+                                 label="Sales Data">
+
+                  <tr:showDetailItem id="showDetailItem2" 
+                                     text="Monthly Sales Distribution"
+                                     accessKey="M">
+                    <tr:panelHeader text="Monthly Sales Distribution">
+                      <tr:image source="images/monthlySalesDistribution.gif" 
+                                      shortDesc="Koenigsegg CCR" 
+                                      inlineStyle="height:200px; width:300px;" 
+                                      id="monthlySalesImage"/> 
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+
+                  <tr:showDetailItem id="showDetailItem3" 
+                                     text="Sales by Geography"
+                                     accessKey="S">
+                    <tr:panelHeader text="Sales by Geography">
+                         <tr:image source="images/salesByGeography.gif" 
+                                         inlineStyle="height:200px;  width:300px;" 
+                                         id="salesByGeographyImage"
+                                         shortDesc="Sales information"/> 
+                      
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+                  
+                  <tr:showDetailItem text="This page data" 
+                                     accessKey="T"
+                                     disclosureListener="#{toggle.onDisclosure}">
+                    <tr:panelHeader text="Page refresh status">
+                      <tr:panelFormLayout>
+                        <tr:inputText readOnly="true" 
+                                      label="Label 1-1" 
+                                      value="Value"
+                                      styleClass="AFDataText"/>
+                        <tr:inputText readOnly="true" 
+                                      label="Date/Time from last partial refresh" 
+                                      value="#{date.currentDate}"
+                                      styleClass="AFDataText">
+                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                        </tr:inputText>
+
+                        <tr:inputText readOnly="true"
+                                      styleClass="AFDataText"
+                                      value="You have shown/ hidden this page data option a total of #{toggle.totalCount} times"/>
+
+                      </tr:panelFormLayout>
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+
+                </tr:panelRadio>
+
+                <tr:outputFormatted styleUsage="instruction" 
+                                    value="&lt;b>A standard panelRadio component - Update its properties from the table below &lt;/b>"/>  
+                
+                <jsp:directive.include file="editor.jspf" />
+                
+                <tr:outputFormatted styleUsage="instruction" 
+                                    value="&lt;b>This block is to show the current date for reference - Note that this does not change until there is a full page refresh &lt;/b>"/>  
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" 
+                                label="Date/Time from last full page refresh" 
+                                value="#{date.currentDate}"
+                                styleClass="AFDataText">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+
+            </tr:panelGroupLayout>
+        </tr:form>
+ </tr:document>
+  </f:view>
 </jsp:root>

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

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelSideBar.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelSideBar.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelSideBar.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelSideBar.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,34 +14,34 @@
   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"/>
-  <f:view>
- <tr:document title="PanelSideBar 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> &lt;/b>"/>
-            <tr:panelSideBar binding="#{editor.component}">
-              <tr:panelList>
-                <tr:commandLink text="item 1" action="guide.commandLink" />
-                <tr:commandLink text="item 2" action="guide.commandLink" />
-                <tr:commandLink text="item 3" action="guide.commandLink" />
-              </tr:panelList>
-            </tr:panelSideBar>
-            
-            <jsp:directive.include file="editor.jspf" />
-    
-          </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: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="PanelSideBar 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> &lt;/b>"/>
+            <tr:panelSideBar binding="#{editor.component}">
+              <tr:panelList>
+                <tr:commandLink text="item 1" action="guide.commandLink" />
+                <tr:commandLink text="item 2" action="guide.commandLink" />
+                <tr:commandLink text="item 3" action="guide.commandLink" />
+              </tr:panelList>
+            </tr:panelSideBar>
+            
+            <jsp:directive.include file="editor.jspf" />
+    
+          </tr:panelGroupLayout>
+        </tr:form>
+ </tr:document>
+  </f:view>
+</jsp:root>

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

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelTabbed.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelTabbed.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelTabbed.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelTabbed.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,158 +14,158 @@
   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"/>
-  <f:view>
- <tr:document title="panelTabbed 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> A panelTabbed component with position set to 'above' and takes default selection among showDetailItem children&lt;/b>"/>  
-                <tr:panelTabbed position="above">
-                  <tr:showDetailItem text="Tab 1" disabled="true"/>
-                  <tr:showDetailItem text="Tab 2">
-                    <tr:panelHeader text="Header 2">
-                      <tr:panelFormLayout>
-                        <tr:inputText readOnly="true" label="Label 2-1" value="Value"
-                                               styleClass="AFDataText"/>
-                        <tr:inputText readOnly="true" 
-                          label="Date/Time from last partial refresh" 
-                          value="#{date.currentDate}"
-                          styleClass="AFDataText">
-                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                        </tr:inputText>
-                      </tr:panelFormLayout>
-                    </tr:panelHeader>
-                  </tr:showDetailItem>
-                  <tr:showDetailItem text="Tab 3">
-                    <tr:panelHeader text="Header 3">
-                      <tr:panelFormLayout>
-                        <tr:inputText readOnly="true" label="Label 3-1" value="Value"
-                                               styleClass="AFDataText"/>
-                        <tr:inputText readOnly="true" 
-                          label="Date/Time from last partial refresh" 
-                          value="#{date.currentDate}"
-                          styleClass="AFDataText">
-                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                        </tr:inputText>
-                      </tr:panelFormLayout>
-                    </tr:panelHeader>
-                  </tr:showDetailItem>
-                  <tr:showDetailItem text="Tab 4">
-                    <tr:panelHeader text="Header 4">
-                      <tr:panelFormLayout>
-                        <tr:inputText readOnly="true" label="Label 4-1" value="Value"
-                                               styleClass="AFDataText"/>
-                        <tr:inputText readOnly="true" 
-                          label="Date/Time from last partial refresh" 
-                          value="#{date.currentDate}"
-                          styleClass="AFDataText">
-                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                        </tr:inputText>
-                      </tr:panelFormLayout>
-                    </tr:panelHeader>
-                  </tr:showDetailItem>
-                  <tr:showDetailItem text="Tab 5">
-                    <tr:panelHeader text="Header 5">
-                      <tr:panelFormLayout>
-                        <tr:inputText readOnly="true" label="Label 5-1" value="Value"
-                                               styleClass="AFDataText"/>
-                        <tr:inputText readOnly="true" 
-                          label="Date/Time from last partial refresh" 
-                          value="#{date.currentDate}"
-                          styleClass="AFDataText">
-                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                        </tr:inputText>
-                      </tr:panelFormLayout>
-                    </tr:panelHeader>
-                  </tr:showDetailItem>
-                </tr:panelTabbed>
-                
-                <tr:outputFormatted styleUsage="instruction" value="&lt;b>This block is to show the current date for reference - Note that this does not change until there is a full page refresh &lt;/b>"/>  
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Date/Time from last full page refresh" 
-                                         value="#{date.currentDate}"
-                                         styleClass="AFDataText">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-
-                <tr:outputFormatted styleUsage="instruction" value="&lt;b>A standard panelTabbed component - Update its properties from the table below &lt;/b>"/>  
-                <tr:panelTabbed binding="#{editor.component}">
-                  <tr:showDetailItem text="Tab 1">
-                    <tr:panelHeader text="Header 1">
-                      <tr:panelFormLayout>
-                        <tr:inputText readOnly="true" label="Label 1-1" value="Value"
-                                               styleClass="AFDataText"/>
-                        <tr:inputText readOnly="true" 
-                          label="Date/Time from last partial refresh" 
-                          value="#{date.currentDate}"
-                          styleClass="AFDataText">
-                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                        </tr:inputText>
-                      </tr:panelFormLayout>
-                    </tr:panelHeader>
-                  </tr:showDetailItem>
-                  <tr:showDetailItem text="Tab 2">
-                    <tr:panelHeader text="Header 2">
-                      <tr:panelFormLayout>
-                        <tr:inputText readOnly="true" label="Label 2-1" value="Value"
-                                               styleClass="AFDataText"/>
-                        <tr:inputText readOnly="true" 
-                          label="Date/Time from last partial refresh" 
-                          value="#{date.currentDate}"
-                          styleClass="AFDataText">
-                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                        </tr:inputText>
-                      </tr:panelFormLayout>
-                    </tr:panelHeader>
-                  </tr:showDetailItem>
-                  <tr:showDetailItem text="Tab 3" disclosed="true">
-                    <tr:panelHeader text="Header 3">
-                      <tr:panelFormLayout>
-                        <tr:inputText readOnly="true" label="Label 3-1" value="Value"
-                                               styleClass="AFDataText"/>
-                        <tr:inputText readOnly="true" 
-                          label="Date/Time from last partial refresh" 
-                          value="#{date.currentDate}"
-                          styleClass="AFDataText">
-                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                        </tr:inputText>
-                      </tr:panelFormLayout>
-                    </tr:panelHeader>
-                  </tr:showDetailItem>
-                  <tr:showDetailItem text="Tab 4" disabled="true"/>
-                  <tr:showDetailItem text="Tab 5">
-                    <tr:panelHeader text="Header 5">
-                      <tr:panelFormLayout>
-                        <tr:inputText readOnly="true" label="Label 5-1" value="Value"
-                                               styleClass="AFDataText"/>
-                        <tr:inputText readOnly="true" 
-                          label="Date/Time from last partial refresh" 
-                          value="#{date.currentDate}"
-                          styleClass="AFDataText">
-                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                        </tr:inputText>
-                      </tr:panelFormLayout>
-                    </tr:panelHeader>
-                  </tr:showDetailItem>
-                </tr:panelTabbed>
-                
-                <jsp:directive.include file="editor.jspf" />
-    
-            </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: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="panelTabbed 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> A panelTabbed component with position set to 'above' and takes default selection among showDetailItem children&lt;/b>"/>  
+                <tr:panelTabbed position="above">
+                  <tr:showDetailItem text="Tab 1" disabled="true"/>
+                  <tr:showDetailItem text="Tab 2">
+                    <tr:panelHeader text="Header 2">
+                      <tr:panelFormLayout>
+                        <tr:inputText readOnly="true" label="Label 2-1" value="Value"
+                                               styleClass="AFDataText"/>
+                        <tr:inputText readOnly="true" 
+                          label="Date/Time from last partial refresh" 
+                          value="#{date.currentDate}"
+                          styleClass="AFDataText">
+                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                        </tr:inputText>
+                      </tr:panelFormLayout>
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+                  <tr:showDetailItem text="Tab 3">
+                    <tr:panelHeader text="Header 3">
+                      <tr:panelFormLayout>
+                        <tr:inputText readOnly="true" label="Label 3-1" value="Value"
+                                               styleClass="AFDataText"/>
+                        <tr:inputText readOnly="true" 
+                          label="Date/Time from last partial refresh" 
+                          value="#{date.currentDate}"
+                          styleClass="AFDataText">
+                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                        </tr:inputText>
+                      </tr:panelFormLayout>
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+                  <tr:showDetailItem text="Tab 4">
+                    <tr:panelHeader text="Header 4">
+                      <tr:panelFormLayout>
+                        <tr:inputText readOnly="true" label="Label 4-1" value="Value"
+                                               styleClass="AFDataText"/>
+                        <tr:inputText readOnly="true" 
+                          label="Date/Time from last partial refresh" 
+                          value="#{date.currentDate}"
+                          styleClass="AFDataText">
+                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                        </tr:inputText>
+                      </tr:panelFormLayout>
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+                  <tr:showDetailItem text="Tab 5">
+                    <tr:panelHeader text="Header 5">
+                      <tr:panelFormLayout>
+                        <tr:inputText readOnly="true" label="Label 5-1" value="Value"
+                                               styleClass="AFDataText"/>
+                        <tr:inputText readOnly="true" 
+                          label="Date/Time from last partial refresh" 
+                          value="#{date.currentDate}"
+                          styleClass="AFDataText">
+                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                        </tr:inputText>
+                      </tr:panelFormLayout>
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+                </tr:panelTabbed>
+                
+                <tr:outputFormatted styleUsage="instruction" value="&lt;b>This block is to show the current date for reference - Note that this does not change until there is a full page refresh &lt;/b>"/>  
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Date/Time from last full page refresh" 
+                                         value="#{date.currentDate}"
+                                         styleClass="AFDataText">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+
+                <tr:outputFormatted styleUsage="instruction" value="&lt;b>A standard panelTabbed component - Update its properties from the table below &lt;/b>"/>  
+                <tr:panelTabbed binding="#{editor.component}">
+                  <tr:showDetailItem text="Tab 1">
+                    <tr:panelHeader text="Header 1">
+                      <tr:panelFormLayout>
+                        <tr:inputText readOnly="true" label="Label 1-1" value="Value"
+                                               styleClass="AFDataText"/>
+                        <tr:inputText readOnly="true" 
+                          label="Date/Time from last partial refresh" 
+                          value="#{date.currentDate}"
+                          styleClass="AFDataText">
+                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                        </tr:inputText>
+                      </tr:panelFormLayout>
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+                  <tr:showDetailItem text="Tab 2">
+                    <tr:panelHeader text="Header 2">
+                      <tr:panelFormLayout>
+                        <tr:inputText readOnly="true" label="Label 2-1" value="Value"
+                                               styleClass="AFDataText"/>
+                        <tr:inputText readOnly="true" 
+                          label="Date/Time from last partial refresh" 
+                          value="#{date.currentDate}"
+                          styleClass="AFDataText">
+                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                        </tr:inputText>
+                      </tr:panelFormLayout>
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+                  <tr:showDetailItem text="Tab 3" disclosed="true">
+                    <tr:panelHeader text="Header 3">
+                      <tr:panelFormLayout>
+                        <tr:inputText readOnly="true" label="Label 3-1" value="Value"
+                                               styleClass="AFDataText"/>
+                        <tr:inputText readOnly="true" 
+                          label="Date/Time from last partial refresh" 
+                          value="#{date.currentDate}"
+                          styleClass="AFDataText">
+                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                        </tr:inputText>
+                      </tr:panelFormLayout>
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+                  <tr:showDetailItem text="Tab 4" disabled="true"/>
+                  <tr:showDetailItem text="Tab 5">
+                    <tr:panelHeader text="Header 5">
+                      <tr:panelFormLayout>
+                        <tr:inputText readOnly="true" label="Label 5-1" value="Value"
+                                               styleClass="AFDataText"/>
+                        <tr:inputText readOnly="true" 
+                          label="Date/Time from last partial refresh" 
+                          value="#{date.currentDate}"
+                          styleClass="AFDataText">
+                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                        </tr:inputText>
+                      </tr:panelFormLayout>
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+                </tr:panelTabbed>
+                
+                <jsp:directive.include file="editor.jspf" />
+    
+            </tr:panelGroupLayout>
+        </tr:form>
+ </tr:document>
+  </f:view>
+</jsp:root>

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

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelTip.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelTip.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelTip.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelTip.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,32 +14,32 @@
   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"/>
-  <f:view>
-    <trh:html>
-      <trh:head title="PanelTip 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:panelTip binding="#{editor.component}">
-              <tr:goLink text="link inside panelTip"
-                        destination="http://www.apache.org"/>
-            </tr:panelTip>
-    
-            <jsp:directive.include file="editor.jspf" />
-          </tr:panelGroupLayout>
-        </tr:form>
-      </trh:body>
-    </trh:html>
-  </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: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="PanelTip 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:panelTip binding="#{editor.component}">
+              <tr:goLink text="link inside panelTip"
+                        destination="http://www.apache.org"/>
+            </tr:panelTip>
+    
+            <jsp:directive.include file="editor.jspf" />
+          </tr:panelGroupLayout>
+        </tr:form>
+      </trh:body>
+    </trh:html>
+  </f:view>
+</jsp:root>

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

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/poll.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/poll.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/poll.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/poll.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,67 +14,67 @@
   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"/>
-  <f:view>
-    <tr:document title="Poll Demo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator/>
-            </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-              action="guide" actionListener="#{poll.resetPoll}"/>
-
-            <tr:commandButton text="Submit"/>
-
-            <tr:panelGroupLayout layout="vertical">
-              <tr:poll binding="#{editor.component}" interval="2000" 
-                pollListener="#{poll.onPoll}" id="pollid"/>
-              <tr:outputFormatted styleUsage="instruction" 
-                value="&lt;b>Poll component with a poll listener that updates the poll count&lt;/b>"/>
-            </tr:panelGroupLayout>
-            <tr:inputText readOnly="true" 
-              label="Date/Time from last full page refresh" 
-              value="#{date.currentDate}"
-              styleClass="AFDataText">
-              <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-            </tr:inputText>
-            <tr:panelGroupLayout layout="vertical">
-              <tr:outputFormatted styleUsage="instruction" 
-                value="&lt;b>InputText linked to Poll component being updated in partial page mode&lt;/b>"/>
-              <tr:inputText  readOnly="true" label="Poll Count: " 
-                             value="#{poll.pollCount}"
-                             styleClass="AFDataText" partialTriggers="pollid"/>
-            </tr:panelGroupLayout>
-
-            <tr:panelGroupLayout layout="vertical">
-              <tr:panelHeader text="When modal dialogs are launched from the
-                following components, poll pauses until the dialog is dismissed"/>
-              <f:facet name="separator">
-                <tr:spacer height="5"/>
-              </f:facet>
-              <tr:inputColor id="sic3" label="The color picker dialog" 
-                                   value="#{color.colorValue3}" compact="true"/>
-              <tr:inputDate id="sid1" value="#{date.date1}"
-                                  label="The date picker dialog"/>
-               <tr:commandButton text="Using dialog framework" 
-                                 action="dialog:simpleDialog" useWindow="true"
-                                 windowWidth="150" windowHeight="150"
-                                 immediate="true" partialSubmit="true"/>
-              <tr:goButton 
-                text="Using openWindow() API in Trinidad Javascript library" 
-                onclick="openWindow(window,'poll_window_page.jspx','',{width:200, height:100},true,'dialog','');"/>
-            </tr:panelGroupLayout>
-
-            <jsp:directive.include file="editor.jspf"/>
-
-          </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: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="Poll Demo">
+        <tr:form>
+          <tr:panelGroupLayout layout="vertical">
+            <f:facet name="separator">
+              <tr:separator/>
+            </f:facet>
+            <tr:commandLink immediate="true" text="Component Guide"
+              action="guide" actionListener="#{poll.resetPoll}"/>
+
+            <tr:commandButton text="Submit"/>
+
+            <tr:panelGroupLayout layout="vertical">
+              <tr:poll binding="#{editor.component}" interval="2000" 
+                pollListener="#{poll.onPoll}" id="pollid"/>
+              <tr:outputFormatted styleUsage="instruction" 
+                value="&lt;b>Poll component with a poll listener that updates the poll count&lt;/b>"/>
+            </tr:panelGroupLayout>
+            <tr:inputText readOnly="true" 
+              label="Date/Time from last full page refresh" 
+              value="#{date.currentDate}"
+              styleClass="AFDataText">
+              <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+            </tr:inputText>
+            <tr:panelGroupLayout layout="vertical">
+              <tr:outputFormatted styleUsage="instruction" 
+                value="&lt;b>InputText linked to Poll component being updated in partial page mode&lt;/b>"/>
+              <tr:inputText  readOnly="true" label="Poll Count: " 
+                             value="#{poll.pollCount}"
+                             styleClass="AFDataText" partialTriggers="pollid"/>
+            </tr:panelGroupLayout>
+
+            <tr:panelGroupLayout layout="vertical">
+              <tr:panelHeader text="When modal dialogs are launched from the
+                following components, poll pauses until the dialog is dismissed"/>
+              <f:facet name="separator">
+                <tr:spacer height="5"/>
+              </f:facet>
+              <tr:inputColor id="sic3" label="The color picker dialog" 
+                                   value="#{color.colorValue3}" compact="true"/>
+              <tr:inputDate id="sid1" value="#{date.date1}"
+                                  label="The date picker dialog"/>
+               <tr:commandButton text="Using dialog framework" 
+                                 action="dialog:simpleDialog" useWindow="true"
+                                 windowWidth="150" windowHeight="150"
+                                 immediate="true" partialSubmit="true"/>
+              <tr:goButton 
+                text="Using openWindow() API in Trinidad Javascript library" 
+                onclick="openWindow(window,'poll_window_page.jspx','',{width:200, height:100},true,'dialog','');"/>
+            </tr:panelGroupLayout>
+
+            <jsp:directive.include file="editor.jspf"/>
+
+          </tr:panelGroupLayout>
+        </tr:form>
+    </tr:document>
+  </f:view>
+</jsp:root>

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

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/poll_window_page.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/poll_window_page.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/poll_window_page.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/poll_window_page.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,21 +14,21 @@
   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"/>
-  <f:view>
-    <tr:document title="Apache Logo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <tr:image 
-                source="http://www.apache.org/images/asf_logo_wide.gif" 
-                shortDesc="Apache Logo"/>
-          </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: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="Apache Logo">
+        <tr:form>
+          <tr:panelGroupLayout layout="vertical">
+            <tr:image 
+                source="http://www.apache.org/images/asf_logo_wide.gif" 
+                shortDesc="Apache Logo"/>
+          </tr:panelGroupLayout>
+        </tr:form>
+    </tr:document>
+  </f:view>
+</jsp:root>

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

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/processChoiceBar.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/processChoiceBar.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/processChoiceBar.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/processChoiceBar.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,39 +14,39 @@
   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"/>
-  <f:view>
-    <trh:html>
-      <trh:head title="processChoiceBar 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>Step 1 -- processChoiceBar with navigation&lt;/b>"/>
-   
-            <tr:processChoiceBar  binding="#{editor.component}" 
-                                  var="foo" value="#{processMenuModel}"
-                                  shortDesc="Select step">
-              <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                    action="#{foo.getOutcome}"
-                                    immediate="#{processMenuModel.immediate}"
-                                    readOnly="#{processMenuModel.readOnly}"/>
-              </f:facet>
-            </tr:processChoiceBar> 
-            <jsp:directive.include file="editor.jspf" />
-          </tr:panelGroupLayout>
-        </tr:form>
-      </trh:body>
-    </trh:html>
-  </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: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="processChoiceBar 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>Step 1 -- processChoiceBar with navigation&lt;/b>"/>
+   
+            <tr:processChoiceBar  binding="#{editor.component}" 
+                                  var="foo" value="#{processMenuModel}"
+                                  shortDesc="Select step">
+              <f:facet name="nodeStamp">
+                <tr:commandNavigationItem text="#{foo.label}"
+                                    action="#{foo.getOutcome}"
+                                    immediate="#{processMenuModel.immediate}"
+                                    readOnly="#{processMenuModel.readOnly}"/>
+              </f:facet>
+            </tr:processChoiceBar> 
+            <jsp:directive.include file="editor.jspf" />
+          </tr:panelGroupLayout>
+        </tr:form>
+      </trh:body>
+    </trh:html>
+  </f:view>
+</jsp:root>

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

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/processChoiceBar2.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/processChoiceBar2.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/processChoiceBar2.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/processChoiceBar2.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,35 +14,35 @@
   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"/>
-  <f:view>
- <tr:document title="processChoiceBar 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>Step 2 -- processChoiceBar  with navigation&lt;/b>"/>
-   
-            <tr:processChoiceBar var="foo" 
-                                 value="#{processMenuModel}"
-                                 shortDesc="Select step">
-              <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                    action="#{foo.getOutcome}"
-                                    immediate="#{processMenuModel.immediate}"
-                                    readOnly="#{processMenuModel.readOnly}"/>
-              </f:facet>
-            </tr:processChoiceBar> 
-          </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: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="processChoiceBar 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>Step 2 -- processChoiceBar  with navigation&lt;/b>"/>
+   
+            <tr:processChoiceBar var="foo" 
+                                 value="#{processMenuModel}"
+                                 shortDesc="Select step">
+              <f:facet name="nodeStamp">
+                <tr:commandNavigationItem text="#{foo.label}"
+                                    action="#{foo.getOutcome}"
+                                    immediate="#{processMenuModel.immediate}"
+                                    readOnly="#{processMenuModel.readOnly}"/>
+              </f:facet>
+            </tr:processChoiceBar> 
+          </tr:panelGroupLayout>
+        </tr:form>
+ </tr:document>
+  </f:view>
+</jsp:root>

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

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/processChoiceBar3.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/processChoiceBar3.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/processChoiceBar3.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/processChoiceBar3.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,38 +14,38 @@
   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"/>
-  <f:view>
-    <trh:html>
-      <trh:head title="processChoiceBar 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>Step 3 -- processChoiceBar with navigation&lt;/b>"/>
-
-            <tr:processChoiceBar var="foo" value="#{processMenuModel}"
-                                 shortDesc="Select step">
-              <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                    action="#{foo.getOutcome}"
-                                    immediate="#{processMenuModel.immediate}"
-                                    readOnly="#{processMenuModel.readOnly}"/>
-              </f:facet>
-            </tr:processChoiceBar>    
-
-          </tr:panelGroupLayout>
-        </tr:form>
-      </trh:body>
-    </trh:html>
-  </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: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="processChoiceBar 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>Step 3 -- processChoiceBar with navigation&lt;/b>"/>
+
+            <tr:processChoiceBar var="foo" value="#{processMenuModel}"
+                                 shortDesc="Select step">
+              <f:facet name="nodeStamp">
+                <tr:commandNavigationItem text="#{foo.label}"
+                                    action="#{foo.getOutcome}"
+                                    immediate="#{processMenuModel.immediate}"
+                                    readOnly="#{processMenuModel.readOnly}"/>
+              </f:facet>
+            </tr:processChoiceBar>    
+
+          </tr:panelGroupLayout>
+        </tr:form>
+      </trh:body>
+    </trh:html>
+  </f:view>
+</jsp:root>

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

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/progressEnd.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/progressEnd.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/progressEnd.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/progressEnd.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,25 +14,25 @@
   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"/>
-  <f:view>
- <tr:document title="Task Ended">
-        <tr:form> 
-          <tr:panelPage>
-           <tr:panelHeader text="Background Task #{param.taskStatus}">
-            <tr:commandLink immediate="true" text="Component Guide"
-              action="guide"/>
-            <tr:commandLink immediate="true" text="Feature Demos"
-              action="demos"/>
-           </tr:panelHeader>
-          </tr:panelPage>
-        </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: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="Task Ended">
+        <tr:form> 
+          <tr:panelPage>
+           <tr:panelHeader text="Background Task #{param.taskStatus}">
+            <tr:commandLink immediate="true" text="Component Guide"
+              action="guide"/>
+            <tr:commandLink immediate="true" text="Feature Demos"
+              action="demos"/>
+           </tr:panelHeader>
+          </tr:panelPage>
+        </tr:form>
+ </tr:document>
+  </f:view>
+</jsp:root>
+

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

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/progressIndicator.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/progressIndicator.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/progressIndicator.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/progressIndicator.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,54 +14,54 @@
   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"/>
-  <f:view>
- <tr:document title="ProgressIndicator Demo">
-    <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator/>
-            </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-              action="guide" actionListener="#{progress.cancelProcess}"/> 
-
-            <tr:commandButton text="Submit"/>           
-            
-            <tr:inputText readOnly="true" label="Date/Time from last full page refresh" 
-              value="#{date.currentDate}" styleClass="AFDataText">
-              <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-            </tr:inputText>
-              
-            <tr:panelGroupLayout layout="vertical">
-              <tr:outputFormatted styleUsage="instruction" 
-                value="&lt;b>ProgressIndicator component linked to a Poll 
-                component - Navigates to a different page once the background
-                task is complete&lt;/b>"/>
-              <tr:poll interval="2000" id="pollid"/>
-              <tr:progressIndicator binding="#{editor.component}" id="progressid" 
-                action="progressEnd" value="#{progress.progressModel}" 
-                partialTriggers="pollid">
-                <tr:outputFormatted styleUsage="instruction" 
-                  value="Task status not known"
-                  rendered="#{progress.progressModel.value == -1 or progress.progressModel.value == -1}"/>
-                <tr:outputFormatted styleUsage="instruction" 
-                  value="#{progress.progressModel.value} of #{progress.progressModel.maximum} files copied"
-                  rendered="#{progress.progressModel.value > -1 and progress.progressModel.value > -1}"/>
-              </tr:progressIndicator>
-            </tr:panelGroupLayout>
-
-            <tr:commandButton text="Cancel" action="progressCancel" 
-              actionListener="#{progress.cancelProcess}"/>
-            
-            <jsp:directive.include file="editor.jspf" />
-
-          </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: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="ProgressIndicator Demo">
+    <tr:form>
+          <tr:panelGroupLayout layout="vertical">
+            <f:facet name="separator">
+              <tr:separator/>
+            </f:facet>
+            <tr:commandLink immediate="true" text="Component Guide"
+              action="guide" actionListener="#{progress.cancelProcess}"/> 
+
+            <tr:commandButton text="Submit"/>           
+            
+            <tr:inputText readOnly="true" label="Date/Time from last full page refresh" 
+              value="#{date.currentDate}" styleClass="AFDataText">
+              <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+            </tr:inputText>
+              
+            <tr:panelGroupLayout layout="vertical">
+              <tr:outputFormatted styleUsage="instruction" 
+                value="&lt;b>ProgressIndicator component linked to a Poll 
+                component - Navigates to a different page once the background
+                task is complete&lt;/b>"/>
+              <tr:poll interval="2000" id="pollid"/>
+              <tr:progressIndicator binding="#{editor.component}" id="progressid" 
+                action="progressEnd" value="#{progress.progressModel}" 
+                partialTriggers="pollid">
+                <tr:outputFormatted styleUsage="instruction" 
+                  value="Task status not known"
+                  rendered="#{progress.progressModel.value == -1 or progress.progressModel.value == -1}"/>
+                <tr:outputFormatted styleUsage="instruction" 
+                  value="#{progress.progressModel.value} of #{progress.progressModel.maximum} files copied"
+                  rendered="#{progress.progressModel.value > -1 and progress.progressModel.value > -1}"/>
+              </tr:progressIndicator>
+            </tr:panelGroupLayout>
+
+            <tr:commandButton text="Cancel" action="progressCancel" 
+              actionListener="#{progress.cancelProcess}"/>
+            
+            <jsp:directive.include file="editor.jspf" />
+
+          </tr:panelGroupLayout>
+        </tr:form>
+ </tr:document>
+  </f:view>
+</jsp:root>

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

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/regions/stock.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/regions/stock.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/regions/stock.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/regions/stock.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,20 +14,20 @@
   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:componentDef var="stuff">
-    <tr:panelBox text="Symbol:#{stuff.symbol} Company:#{stuff.company}">
-      <tr:outputText value="#{stuff.description}"/>
-      <tr:outputFormatted 
-        value="&lt;br&gt;Current Value:&lt;b&gt;$#{stuff.amount}&lt;/b&gt;"/>
-      <tr:outputFormatted rendered="#{not empty bindings}"
-        value="&lt;br&gt;Value attribute is:#{bindings}"/>
-      <tr:facetRef facetName="action"/>
-    </tr:panelBox>
-  </tr:componentDef>
-</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:componentDef var="stuff">
+    <tr:panelBox text="Symbol:#{stuff.symbol} Company:#{stuff.company}">
+      <tr:outputText value="#{stuff.description}"/>
+      <tr:outputFormatted 
+        value="&lt;br&gt;Current Value:&lt;b&gt;$#{stuff.amount}&lt;/b&gt;"/>
+      <tr:outputFormatted rendered="#{not empty bindings}"
+        value="&lt;br&gt;Value attribute is:#{bindings}"/>
+      <tr:facetRef facetName="action"/>
+    </tr:panelBox>
+  </tr:componentDef>
+</jsp:root>

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

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/resetButton.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/resetButton.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/resetButton.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/resetButton.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,29 +14,29 @@
   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"/>
-  <f:view>
- <tr:document title="ResetButton 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>Simple ResetButton &lt;/b>"/>
-            <tr:inputText value="some text" shortDesc="Enter text"/>
-            <tr:resetButton binding="#{editor.component}" text="Reset"/>
-                  
-            <jsp:directive.include file="editor.jspf" />
-    
-          </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: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="ResetButton 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>Simple ResetButton &lt;/b>"/>
+            <tr:inputText value="some text" shortDesc="Enter text"/>
+            <tr:resetButton binding="#{editor.component}" text="Reset"/>
+                  
+            <jsp:directive.include file="editor.jspf" />
+    
+          </tr:panelGroupLayout>
+        </tr:form>
+ </tr:document>
+  </f:view>
+</jsp:root>

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

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/selectBooleanCheckbox.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/selectBooleanCheckbox.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/selectBooleanCheckbox.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/selectBooleanCheckbox.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,29 +14,29 @@
   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"/>
-  <f:view>
- <tr:document title="SelectBooleanCheckbox 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>SelectBooleanCheckbox&lt;/b>"/>
-            <tr:selectBooleanCheckbox binding="#{editor.component}" 
-                    label="Label" text="item" value="#{data.boolean}"/>
-            <tr:commandButton text="Submit" />
-
-            <jsp:directive.include file="editor.jspf" />
-          </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: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="SelectBooleanCheckbox 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>SelectBooleanCheckbox&lt;/b>"/>
+            <tr:selectBooleanCheckbox binding="#{editor.component}" 
+                    label="Label" text="item" value="#{data.boolean}"/>
+            <tr:commandButton text="Submit" />
+
+            <jsp:directive.include file="editor.jspf" />
+          </tr:panelGroupLayout>
+        </tr:form>
+ </tr:document>
+  </f:view>
+</jsp:root>

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

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/selectBooleanRadio.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/selectBooleanRadio.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/selectBooleanRadio.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/selectBooleanRadio.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,34 +14,34 @@
   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"/>
-  <f:view>
- <tr:document title="SelectBooleanRadio 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>SelectBooleanRadio&lt;/b>"/>
-            <tr:panelFormLayout>
-              <tr:selectBooleanRadio group="theGroup" selected="true" binding="#{editor.component}" label="Label" text="item"
-                                     autoSubmit="true"
-                                     onclick="alert('hi'); return true;"/>
-              <tr:selectBooleanRadio group="theGroup" text="item 2" />
-              <tr:selectBooleanRadio group="theGroup" text="item 3" />
-            </tr:panelFormLayout>
-            <tr:commandButton text="Submit"/>
-
-            <jsp:directive.include file="editor.jspf" />
-          </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: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="SelectBooleanRadio 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>SelectBooleanRadio&lt;/b>"/>
+            <tr:panelFormLayout>
+              <tr:selectBooleanRadio group="theGroup" selected="true" binding="#{editor.component}" label="Label" text="item"
+                                     autoSubmit="true"
+                                     onclick="alert('hi'); return true;"/>
+              <tr:selectBooleanRadio group="theGroup" text="item 2" />
+              <tr:selectBooleanRadio group="theGroup" text="item 3" />
+            </tr:panelFormLayout>
+            <tr:commandButton text="Submit"/>
+
+            <jsp:directive.include file="editor.jspf" />
+          </tr:panelGroupLayout>
+        </tr:form>
+ </tr:document>
+  </f:view>
+</jsp:root>

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

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/selectItem.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/selectItem.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/selectItem.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/selectItem.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,37 +14,37 @@
   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"/>
-  <f:view>
-    <trh:html>
-      <trh:head title="SelectItem 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>SelectOneChoice&lt;/b>"/>
-              
-            <tr:selectOneChoice label="Label" >
-               <tr:selectItem binding="#{editor.component}" label="First" value="1"/>
-               <tr:selectItem label="Second" value="2"/>
-               <tr:selectItem label="Third" value="3"/>
-             </tr:selectOneChoice>
-             <tr:commandButton text="Submit"/>
-
-            <jsp:directive.include file="editor.jspf" />
-    
-          </tr:panelGroupLayout>
-        </tr:form>
-      </trh:body>
-    </trh:html>
-  </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: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="SelectItem 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>SelectOneChoice&lt;/b>"/>
+              
+            <tr:selectOneChoice label="Label" >
+               <tr:selectItem binding="#{editor.component}" label="First" value="1"/>
+               <tr:selectItem label="Second" value="2"/>
+               <tr:selectItem label="Third" value="3"/>
+             </tr:selectOneChoice>
+             <tr:commandButton text="Submit"/>
+
+            <jsp:directive.include file="editor.jspf" />
+    
+          </tr:panelGroupLayout>
+        </tr:form>
+      </trh:body>
+    </trh:html>
+  </f:view>
+</jsp:root>

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