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/07/28 00:05:45 UTC

svn commit: r426332 [6/12] - in /incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad: trinidad-api/ trinidad-api/src/site/xdoc/tagdoc/ trinidad-demo/src/main/java/org/apache/myfaces/trinidaddemo/change/ trinidad-demo/src/main/java/org...

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputColor.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputColor.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputColor.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputColor.jspx Thu Jul 27 17:05:32 2006
@@ -16,41 +16,41 @@
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
           xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:af="http://myfaces.apache.org/adf/faces" >
+          xmlns:tr="http://myfaces.apache.org/trinidad" >
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <af:document title="SelectInputColor Demo">
-        <af:form>
-          <af:panelGroup layout="vertical">
+ <tr:document title="SelectInputColor Demo">
+        <tr:form>
+          <tr:panelGroup layout="vertical">
             <f:facet name="separator">
-              <af:objectSeparator/>
+              <tr:objectSeparator/>
             </f:facet>
-            <af:commandLink immediate="true" text="Component Guide"
+            <tr:commandLink immediate="true" text="Component Guide"
               action="guide"/>       
 
-            <af:commandButton text="Submit"/>           
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>A selectInputColor using inline chooseColor - Update its properties from the table below&lt;/b>"/>
-            <af:selectInputColor id="sic1" chooseId="cp1"
+            <tr:commandButton text="Submit"/>           
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>A selectInputColor using inline chooseColor - Update its properties from the table below&lt;/b>"/>
+            <tr:selectInputColor id="sic1" chooseId="cp1"
               binding="#{editor.component}"
               label="Enter or select color from palette below"
               value="#{color.colorValue2}">
               <f:facet name="help">
-                <af:outputText value="Use format (#RRGGBB) or (r,g,b)"/>
+                <tr:outputText value="Use format (#RRGGBB) or (r,g,b)"/>
               </f:facet>
-            </af:selectInputColor>
-            <af:chooseColor id="cp1" 
+            </tr:selectInputColor>
+            <tr:chooseColor id="cp1" 
               colorData="#{requestContext.colorPalette.default49}"/>
             <jsp:directive.include file="editor.jspf" />          
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>A selectInputColor&lt;/b>"/>
-            <af:selectInputColor id="sic3"
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>A selectInputColor&lt;/b>"/>
+            <tr:selectInputColor id="sic3"
               label="Enter or select color" value="#{color.colorValue3}" > 
               <f:facet name="help">
-                <af:outputText value="Use format (#RRGGBB) or (r,g,b)"/>
+                <tr:outputText value="Use format (#RRGGBB) or (r,g,b)"/>
               </f:facet>
-            </af:selectInputColor>
+            </tr:selectInputColor>
 
-          </af:panelGroup>
-        </af:form>
- </af:document>
+          </tr:panelGroup>
+        </tr:form>
+ </tr:document>
   </f:view>
 </jsp:root>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputDate.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputDate.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputDate.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputDate.jspx Thu Jul 27 17:05:32 2006
@@ -16,60 +16,60 @@
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
           xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:af="http://myfaces.apache.org/adf/faces" >
+          xmlns:tr="http://myfaces.apache.org/trinidad" >
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
-     <af:document title="SelectInputDate Demo">
-        <af:form>
-          <af:commandLink immediate="true" text="Component Guide"
+     <tr:document title="SelectInputDate Demo">
+        <tr:form>
+          <tr:commandLink immediate="true" text="Component Guide"
                 action="guide"/>   
-          <af:objectSeparator/>
-          <af:panelPage>
-            <af:messages/>
-           <af:panelHeader text="SelectInputDate Demo">
-            <af:panelGroup layout="vertical">
+          <tr:objectSeparator/>
+          <tr:panelPage>
+            <tr:messages/>
+           <tr:panelHeader text="SelectInputDate Demo">
+            <tr:panelGroup layout="vertical">
               <f:facet name="separator">
-                <af:objectSeparator/>
+                <tr:objectSeparator/>
               </f:facet>            
-              <af:outputFormatted styleUsage="instruction"
+              <tr:outputFormatted styleUsage="instruction"
                                  value="&lt;b>A basic selectInputDate, no converter &lt;/b>"/>
-              <af:selectInputDate binding="#{editor.component}" id="mdf1" value="#{date.date1}"
+              <tr:selectInputDate binding="#{editor.component}" id="mdf1" value="#{date.date1}"
                                     label="no converter"/>
             
               <jsp:directive.include file="editor.jspf" />
     
-              <af:outputFormatted styleUsage="instruction"
+              <tr:outputFormatted styleUsage="instruction"
                                  value="&lt;b>A selectInputDate with a converter attached that has dateStyle set to 'long' &lt;/b>"/>
-              <af:selectInputDate id="mdf2" value="#{date.date2}"
+              <tr:selectInputDate id="mdf2" value="#{date.date2}"
                                     label="has converter">
                 <f:convertDateTime dateStyle="long"/>
-              </af:selectInputDate>
-              <af:outputFormatted styleUsage="instruction"
+              </tr:selectInputDate>
+              <tr:outputFormatted styleUsage="instruction"
                                  value="&lt;b>A selectInputDate with a validator that sets a maximum date&lt;/b>"/>
-              <af:selectInputDate id="mdf3" value="#{date.date3}"
+              <tr:selectInputDate id="mdf3" value="#{date.date3}"
                                     label="max validator">
-                <af:validateDateTimeRange maximum="#{date.maxDate}"/>
-              </af:selectInputDate>
-              <af:outputFormatted styleUsage="instruction"
+                <tr:validateDateTimeRange maximum="#{date.maxDate}"/>
+              </tr:selectInputDate>
+              <tr:outputFormatted styleUsage="instruction"
                                  value="&lt;b>A selectInputDate with a validator that sets a minimum date&lt;/b>"/>
-              <af:selectInputDate id="mdf4" value="#{date.date4}"
+              <tr:selectInputDate id="mdf4" value="#{date.date4}"
                                     label="min validator" >
-                <af:validateDateTimeRange minimum="#{date.minDate}"/>
-              </af:selectInputDate>
+                <tr:validateDateTimeRange minimum="#{date.minDate}"/>
+              </tr:selectInputDate>
               
-              <af:outputFormatted styleUsage="instruction"
+              <tr:outputFormatted styleUsage="instruction"
                  value="&lt;b>A selectInputDate with a converter attached 
                   that has pattern as 'yyyy/M/d' and secondary pattern as 'd/M/yyyy' &lt;/b>"/> 
-              <af:selectInputDate id="mdf5" value="2004/09/06"
+              <tr:selectInputDate id="mdf5" value="2004/09/06"
                                     label="attached converter">
-                <af:convertDateTime secondaryPattern="d/M/yyyy" pattern="yyyy/M/d" />
-              </af:selectInputDate>              
+                <tr:convertDateTime secondaryPattern="d/M/yyyy" pattern="yyyy/M/d" />
+              </tr:selectInputDate>              
               
-            </af:panelGroup>
-           </af:panelHeader>
-           <af:commandButton text="Submit"/>
-          </af:panelPage>
-        </af:form>
- </af:document>
+            </tr:panelGroup>
+           </tr:panelHeader>
+           <tr:commandButton text="Submit"/>
+          </tr:panelPage>
+        </tr:form>
+ </tr:document>
   </f:view>
 </jsp:root>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputText.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputText.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputText.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputText.jspx Thu Jul 27 17:05:32 2006
@@ -16,48 +16,48 @@
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
           xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:af="http://myfaces.apache.org/adf/faces" >
+          xmlns:tr="http://myfaces.apache.org/trinidad" >
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
-    <af:document title="SelectInputText Demo">
-        <af:form>
-          <af:commandLink immediate="true" text="Component Guide"
+    <tr:document title="SelectInputText Demo">
+        <tr:form>
+          <tr:commandLink immediate="true" text="Component Guide"
                 action="guide"/>   
-          <af:objectSeparator/>
-          <af:panelPage>
-           <af:messages/>
-           <af:panelHeader text="SelectInputText Demo">
-            <af:panelGroup layout="vertical">
+          <tr:objectSeparator/>
+          <tr:panelPage>
+           <tr:messages/>
+           <tr:panelHeader text="SelectInputText Demo">
+            <tr:panelGroup layout="vertical">
               <f:facet name="separator">
-                <af:objectSeparator/>
+                <tr:objectSeparator/>
               </f:facet>            
-              <af:outputFormatted styleUsage="instruction"
+              <tr:outputFormatted styleUsage="instruction"
                                  value="&lt;b>A basic selectInputText&lt;/b>"/>
-              <af:selectInputText label="Atomic element:" value="(Empty)"
+              <tr:selectInputText label="Atomic element:" value="(Empty)"
                                   binding="#{editor.component}"
                                   searchDesc="Pick an element"
                                   columns="10" action="dialog:periodicTable"/>
               <jsp:directive.include file="editor.jspf" />
 
-              <af:outputFormatted styleUsage="instruction"
+              <tr:outputFormatted styleUsage="instruction"
                                  value="&lt;b>selectInputText inside a table &lt;/b>"/>
 
-              <af:table value="#{table}" var="row" width="40%">
-                <af:column>
-                  <af:outputText value="#{row.int}"/>
-                </af:column>
-                <af:column width="100%" noWrap="true">
-                  <af:selectInputText value="(Empty)" columns="10"
+              <tr:table value="#{table}" var="row" width="40%">
+                <tr:column>
+                  <tr:outputText value="#{row.int}"/>
+                </tr:column>
+                <tr:column width="100%" noWrap="true">
+                  <tr:selectInputText value="(Empty)" columns="10"
                                       searchDesc="Pick an element"
                                       shortDesc="Enter element name or pick a element"
                                       action="dialog:periodicTable"/>
-                </af:column>
-              </af:table>
-            </af:panelGroup>
-           </af:panelHeader>
-           <af:commandButton text="Submit"/>
-          </af:panelPage>
-        </af:form>
-    </af:document>
+                </tr:column>
+              </tr:table>
+            </tr:panelGroup>
+           </tr:panelHeader>
+           <tr:commandButton text="Submit"/>
+          </tr:panelPage>
+        </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputText_dialog.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputText_dialog.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputText_dialog.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectInputText_dialog.jspx Thu Jul 27 17:05:32 2006
@@ -16,38 +16,38 @@
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
           xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:af="http://myfaces.apache.org/adf/faces" >
+          xmlns:tr="http://myfaces.apache.org/trinidad" >
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
-    <af:document title="Choose an atomic element">
-       <af:form >
-         <af:panelPage id="plId">
-           <af:messages/>
-           <af:table summary="Periodic Table"
+    <tr:document title="Choose an atomic element">
+       <tr:form >
+         <tr:panelPage id="plId">
+           <tr:messages/>
+           <tr:table summary="Periodic Table"
                      value="#{periodicTable.tableData}" var="row" rows="10"
                      rowSelection="single"
                      binding="#{periodicDialog.table}">
-             <af:column>
+             <tr:column>
                <f:facet name="header">
-                 <af:outputText value="Name"/>
+                 <tr:outputText value="Name"/>
                </f:facet>
-               <af:outputText value="#{row.name}"/>
-             </af:column>
-             <af:column>
+               <tr:outputText value="#{row.name}"/>
+             </tr:column>
+             <tr:column>
                <f:facet name="header">
-                 <af:outputText value="Symbol"/>
+                 <tr:outputText value="Symbol"/>
                </f:facet>
-               <af:outputText value="#{row.symbol}"/>
-             </af:column>
-           </af:table>
-           <af:panelButtonBar>
-             <af:commandButton text="Cancel" immediate="true"
+               <tr:outputText value="#{row.symbol}"/>
+             </tr:column>
+           </tr:table>
+           <tr:panelButtonBar>
+             <tr:commandButton text="Cancel" immediate="true"
                                action="#{periodicDialog.cancel}"/>
-             <af:commandButton text="Select"
+             <tr:commandButton text="Select"
                                action="#{periodicDialog.select}"/>
-           </af:panelButtonBar>
-         </af:panelPage>
-       </af:form>
-    </af:document>
+           </tr:panelButtonBar>
+         </tr:panelPage>
+       </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectItem.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectItem.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectItem.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectItem.jspx Thu Jul 27 17:05:32 2006
@@ -17,34 +17,34 @@
 <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:afh="http://myfaces.apache.org/adf/faces/html" 
-          xmlns:af="http://myfaces.apache.org/adf/faces" >
+          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>
-    <afh:html>
-      <afh:head title="SelectItem Demo"/>
-      <afh:body>
-        <af:form>
-          <af:panelGroup layout="vertical">
+    <trh:html>
+      <trh:head title="SelectItem Demo"/>
+      <trh:body>
+        <tr:form>
+          <tr:panelGroup layout="vertical">
             <f:facet name="separator">
-              <af:objectSeparator />
+              <tr:objectSeparator />
             </f:facet> 
-            <af:commandLink immediate="true" text="Component Guide"
+            <tr:commandLink immediate="true" text="Component Guide"
                 action="guide"/>             
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>SelectOneChoice&lt;/b>"/>
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>SelectOneChoice&lt;/b>"/>
               
-            <af:selectOneChoice label="Label" >
-               <af:selectItem binding="#{editor.component}" label="First" value="1"/>
-               <af:selectItem label="Second" value="2"/>
-               <af:selectItem label="Third" value="3"/>
-             </af:selectOneChoice>
-             <af:commandButton text="Submit"/>
+            <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" />
     
-          </af:panelGroup>
-        </af:form>
-      </afh:body>
-    </afh:html>
+          </tr:panelGroup>
+        </tr:form>
+      </trh:body>
+    </trh:html>
   </f:view>
 </jsp:root>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectManyCheckbox.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectManyCheckbox.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectManyCheckbox.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectManyCheckbox.jspx Thu Jul 27 17:05:32 2006
@@ -17,79 +17,79 @@
 <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:afh="http://myfaces.apache.org/adf/faces/html" 
-          xmlns:af="http://myfaces.apache.org/adf/faces" >
+          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>
-    <afh:html>
-      <afh:head title="SelectManyCheckbox Demo"/>
-      <afh:body>
-        <af:form>
-          <af:panelGroup layout="vertical">
+    <trh:html>
+      <trh:head title="SelectManyCheckbox Demo"/>
+      <trh:body>
+        <tr:form>
+          <tr:panelGroup layout="vertical">
             <f:facet name="separator">
-              <af:objectSeparator />
+              <tr:objectSeparator />
             </f:facet>   
-            <af:commandLink immediate="true" text="Component Guide"
+            <tr:commandLink immediate="true" text="Component Guide"
                 action="guide"/> 
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>SelectManyCheckbox bound to integer array&lt;/b>"/>
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>SelectManyCheckbox bound to integer array&lt;/b>"/>
               
-             <af:selectManyCheckbox binding="#{editor.component}"
+             <tr:selectManyCheckbox binding="#{editor.component}"
                                  label="Label" 
                                  valueChangeListener="#{list.valueChanged}"
                                  value="#{list.intArray}">
-              <af:selectItem label="First" value="1"/>
-              <af:selectItem label="Second" value="2"/>
-              <af:selectItem label="Third" value="3"/>
-            </af:selectManyCheckbox>
+              <tr:selectItem label="First" value="1"/>
+              <tr:selectItem label="Second" value="2"/>
+              <tr:selectItem label="Third" value="3"/>
+            </tr:selectManyCheckbox>
 
-            <af:outputFormatted styleUsage="instruction" 
+            <tr:outputFormatted styleUsage="instruction" 
                                 value="&lt;b>SelectManyCheckbox bound to string array&lt;/b>"/>
               
-             <af:selectManyCheckbox label="Label"
+             <tr:selectManyCheckbox label="Label"
                                  valueChangeListener="#{list.valueChanged}"
                                  value="#{list.stringArray}">
-               <af:selectItem label="First" value="foo"/>
-               <af:selectItem label="Second" value="bar"/>
-               <af:selectItem label="Third" value="baz"/>
-             </af:selectManyCheckbox>
+               <tr:selectItem label="First" value="foo"/>
+               <tr:selectItem label="Second" value="bar"/>
+               <tr:selectItem label="Third" value="baz"/>
+             </tr:selectManyCheckbox>
 
-            <af:outputFormatted styleUsage="instruction" 
+            <tr:outputFormatted styleUsage="instruction" 
                                 value="&lt;b>SelectManyCheckbox bound to list&lt;/b>"/>
               
-             <af:selectManyCheckbox label="Label"
+             <tr:selectManyCheckbox label="Label"
                                  valueChangeListener="#{list.valueChanged}"
                                  value="#{list.objectList}">
-               <af:selectItem label="First" value="foo"/>
-               <af:selectItem label="Second" value="bar"/>
-               <af:selectItem label="Third" value="baz"/>
-             </af:selectManyCheckbox>
+               <tr:selectItem label="First" value="foo"/>
+               <tr:selectItem label="Second" value="bar"/>
+               <tr:selectItem label="Third" value="baz"/>
+             </tr:selectManyCheckbox>
 
-             <af:commandButton text="Submit"/>
+             <tr:commandButton text="Submit"/>
 
             <jsp:directive.include file="editor.jspf" />
            
-            <af:outputFormatted styleUsage="instruction"
+            <tr:outputFormatted styleUsage="instruction"
                                 value="SelectManyCheckbox with f:selectItems bound to a List of SelectItem custom object"/>
 
-            <af:selectManyCheckbox label="Cars"
+            <tr:selectManyCheckbox label="Cars"
                                   valueChangeListener="#{list.valueChanged}"
                                   value="#{list.selectedCars}">
               <f:selectItems value="#{list.makes}"/>
-            </af:selectManyCheckbox>
+            </tr:selectManyCheckbox>
 
-            <af:outputFormatted styleUsage="instruction"
-                                value="SelectManyCheckbox with af:selectItem bound to SelectItem custom object"/>
+            <tr:outputFormatted styleUsage="instruction"
+                                value="SelectManyCheckbox with tr:selectItem bound to SelectItem custom object"/>
 
-            <af:selectManyCheckbox label="Cars"
+            <tr:selectManyCheckbox label="Cars"
                                   valueChangeListener="#{list.valueChanged}"
                                   value="#{list.selectedCars}">
-               <af:selectItem  value="#{list.firstSelectItemCar}"/>
-               <af:selectItem  value="#{list.secondSelectItemCar}"/>
-               <af:selectItem  value="#{list.thirdSelectItemCar}"/>
-            </af:selectManyCheckbox>
+               <tr:selectItem  value="#{list.firstSelectItemCar}"/>
+               <tr:selectItem  value="#{list.secondSelectItemCar}"/>
+               <tr:selectItem  value="#{list.thirdSelectItemCar}"/>
+            </tr:selectManyCheckbox>
           
-            <af:outputFormatted styleUsage="instruction"
-                                value="SelectManyCheckbox with af:selectItem bound to SelectItem Strings. 
+            <tr:outputFormatted styleUsage="instruction"
+                                value="SelectManyCheckbox with tr:selectItem bound to SelectItem Strings. 
                                 In this test case, the valuePassThru attribute is set to true, therefore the value is passed through
                                 to the client. If you  need to have the value on the client, one reason might be
                                 if you are relying on the value for javascript, then set valuePassThru to true.
@@ -97,19 +97,19 @@
                                 automatically on the server. valuePassThru=false allows the component to be bound to
                                 custom Objects. valuePassThru=true works ok when the value is bound to Strings. "/>
 
-            <af:selectManyCheckbox label="Strings, valuePassThru is true"
+            <tr:selectManyCheckbox label="Strings, valuePassThru is true"
                                   valuePassThru="true"
                                   valueChangeListener="#{list.valueChanged}"
                                   value="#{list.selectedSelectItems}">
-               <af:selectItem  value="#{list.firstSelectItemString}"/>
-               <af:selectItem  value="#{list.secondSelectItemString}"/>
-               <af:selectItem  value="#{list.thirdSelectItemString}"/>
-            </af:selectManyCheckbox>
-
-             <af:commandButton text="Submit"/>
-          </af:panelGroup>
-        </af:form>
-      </afh:body>
-    </afh:html>
+               <tr:selectItem  value="#{list.firstSelectItemString}"/>
+               <tr:selectItem  value="#{list.secondSelectItemString}"/>
+               <tr:selectItem  value="#{list.thirdSelectItemString}"/>
+            </tr:selectManyCheckbox>
+
+             <tr:commandButton text="Submit"/>
+          </tr:panelGroup>
+        </tr:form>
+      </trh:body>
+    </trh:html>
   </f:view>
 </jsp:root>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectManyListbox.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectManyListbox.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectManyListbox.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectManyListbox.jspx Thu Jul 27 17:05:32 2006
@@ -17,79 +17,79 @@
 <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:afh="http://myfaces.apache.org/adf/faces/html" 
-          xmlns:af="http://myfaces.apache.org/adf/faces" >
+          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>
-    <afh:html>
-      <afh:head title="SelectManyListbox Demo"/>
-      <afh:body>
-        <af:form>
-          <af:panelGroup layout="vertical">
+    <trh:html>
+      <trh:head title="SelectManyListbox Demo"/>
+      <trh:body>
+        <tr:form>
+          <tr:panelGroup layout="vertical">
             <f:facet name="separator">
-              <af:objectSeparator />
+              <tr:objectSeparator />
             </f:facet>   
-            <af:commandLink immediate="true" text="Component Guide"
+            <tr:commandLink immediate="true" text="Component Guide"
                 action="guide"/> 
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>SelectManyListbox bound to integer array&lt;/b>"/>
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>SelectManyListbox bound to integer array&lt;/b>"/>
               
-             <af:selectManyListbox binding="#{editor.component}"
+             <tr:selectManyListbox binding="#{editor.component}"
                                  label="Label" 
                                  valueChangeListener="#{list.valueChanged}"
                                  value="#{list.intArray}">
-              <af:selectItem label="First" value="1"/>
-              <af:selectItem label="Second" value="2"/>
-              <af:selectItem label="Third" value="3"/>
-            </af:selectManyListbox>
+              <tr:selectItem label="First" value="1"/>
+              <tr:selectItem label="Second" value="2"/>
+              <tr:selectItem label="Third" value="3"/>
+            </tr:selectManyListbox>
 
-            <af:outputFormatted styleUsage="instruction" 
+            <tr:outputFormatted styleUsage="instruction" 
                                 value="&lt;b>SelectManyListbox bound to string array&lt;/b>"/>
               
-             <af:selectManyListbox label="Label"
+             <tr:selectManyListbox label="Label"
                                  valueChangeListener="#{list.valueChanged}"
                                  value="#{list.stringArray}">
-               <af:selectItem label="First" value="foo"/>
-               <af:selectItem label="Second" value="bar"/>
-               <af:selectItem label="Third" value="baz"/>
-             </af:selectManyListbox>
+               <tr:selectItem label="First" value="foo"/>
+               <tr:selectItem label="Second" value="bar"/>
+               <tr:selectItem label="Third" value="baz"/>
+             </tr:selectManyListbox>
 
-            <af:outputFormatted styleUsage="instruction" 
+            <tr:outputFormatted styleUsage="instruction" 
                                 value="&lt;b>SelectManyListbox bound to list&lt;/b>"/>
               
-             <af:selectManyListbox label="Label"
+             <tr:selectManyListbox label="Label"
                                  valueChangeListener="#{list.valueChanged}"
                                  value="#{list.objectList}">
-               <af:selectItem label="First" value="foo"/>
-               <af:selectItem label="Second" value="bar"/>
-               <af:selectItem label="Third" value="baz"/>
-             </af:selectManyListbox>
+               <tr:selectItem label="First" value="foo"/>
+               <tr:selectItem label="Second" value="bar"/>
+               <tr:selectItem label="Third" value="baz"/>
+             </tr:selectManyListbox>
 
-             <af:commandButton text="Submit"/>
+             <tr:commandButton text="Submit"/>
 
             <jsp:directive.include file="editor.jspf" />
            
-            <af:outputFormatted styleUsage="instruction"
+            <tr:outputFormatted styleUsage="instruction"
                                 value="SelectManyListbox with f:selectItems bound to a List of SelectItem custom object"/>
 
-            <af:selectManyListbox label="Cars"
+            <tr:selectManyListbox label="Cars"
                                   valueChangeListener="#{list.valueChanged}"
                                   value="#{list.selectedCars}">
               <f:selectItems value="#{list.makes}"/>
-            </af:selectManyListbox>
+            </tr:selectManyListbox>
 
-            <af:outputFormatted styleUsage="instruction"
-                                value="SelectManyListbox with af:selectItem bound to SelectItem custom object"/>
+            <tr:outputFormatted styleUsage="instruction"
+                                value="SelectManyListbox with tr:selectItem bound to SelectItem custom object"/>
 
-            <af:selectManyListbox label="Cars"
+            <tr:selectManyListbox label="Cars"
                                   valueChangeListener="#{list.valueChanged}"
                                   value="#{list.selectedCars}">
-               <af:selectItem  value="#{list.firstSelectItemCar}"/>
-               <af:selectItem  value="#{list.secondSelectItemCar}"/>
-               <af:selectItem  value="#{list.thirdSelectItemCar}"/>
-            </af:selectManyListbox>
+               <tr:selectItem  value="#{list.firstSelectItemCar}"/>
+               <tr:selectItem  value="#{list.secondSelectItemCar}"/>
+               <tr:selectItem  value="#{list.thirdSelectItemCar}"/>
+            </tr:selectManyListbox>
           
-            <af:outputFormatted styleUsage="instruction"
-                                value="SelectManyListbox with af:selectItem bound to SelectItem Strings. 
+            <tr:outputFormatted styleUsage="instruction"
+                                value="SelectManyListbox with tr:selectItem bound to SelectItem Strings. 
                                 In this test case, the valuePassThru attribute is set to true, therefore the value is passed through
                                 to the client. If you  need to have the value on the client, one reason might be
                                 if you are relying on the value for javascript, then set valuePassThru to true.
@@ -97,19 +97,19 @@
                                 automatically on the server. valuePassThru=false allows the component to be bound to
                                 custom Objects. valuePassThru=true works ok when the value is bound to Strings. "/>
 
-            <af:selectManyListbox label="Strings, valuePassThru is true"
+            <tr:selectManyListbox label="Strings, valuePassThru is true"
                                   valuePassThru="true"
                                   valueChangeListener="#{list.valueChanged}"
                                   value="#{list.selectedSelectItems}">
-               <af:selectItem  value="#{list.firstSelectItemString}"/>
-               <af:selectItem  value="#{list.secondSelectItemString}"/>
-               <af:selectItem  value="#{list.thirdSelectItemString}"/>
-            </af:selectManyListbox>
-
-             <af:commandButton text="Submit"/>
-          </af:panelGroup>
-        </af:form>
-      </afh:body>
-    </afh:html>
+               <tr:selectItem  value="#{list.firstSelectItemString}"/>
+               <tr:selectItem  value="#{list.secondSelectItemString}"/>
+               <tr:selectItem  value="#{list.thirdSelectItemString}"/>
+            </tr:selectManyListbox>
+
+             <tr:commandButton text="Submit"/>
+          </tr:panelGroup>
+        </tr:form>
+      </trh:body>
+    </trh:html>
   </f:view>
 </jsp:root>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectManyShuttle.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectManyShuttle.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectManyShuttle.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectManyShuttle.jspx Thu Jul 27 17:05:32 2006
@@ -17,69 +17,69 @@
 <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:afh="http://myfaces.apache.org/adf/faces/html" 
-          xmlns:af="http://myfaces.apache.org/adf/faces" >
+          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>
- <af:document title="SelectManyShuttle Demo">
-        <af:form>
-          <af:panelGroup layout="vertical">
+ <tr:document title="SelectManyShuttle Demo">
+        <tr:form>
+          <tr:panelGroup layout="vertical">
             <f:facet name="separator">
-              <af:objectSeparator />
+              <tr:objectSeparator />
             </f:facet>   
-            <af:commandLink immediate="true" text="Component Guide"
+            <tr:commandLink immediate="true" text="Component Guide"
                 action="guide"/> 
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>SelectManyShuttle bound to string array&lt;/b>"/>
-            <af:messages/>
-            <af:selectManyShuttle id="shuttle1"
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>SelectManyShuttle bound to string array&lt;/b>"/>
+            <tr:messages/>
+            <tr:selectManyShuttle id="shuttle1"
                                  leadingHeader="Available values:"
                                  trailingHeader="Selected values:"
                                  binding="#{editor.component}"
                                  label="Selected Values"
                                  valueChangeListener="#{list.valueChanged}"
                                  value="#{list.stringArray}">
-               <af:selectItem longDesc="The First Item" label="First" value="foo"/>
-               <af:selectItem label="Second" value="bar"/>
-               <af:selectItem label="Third" value="baz"/>
-             </af:selectManyShuttle>
-             <af:message for="shuttle1"/>
+               <tr:selectItem longDesc="The First Item" label="First" value="foo"/>
+               <tr:selectItem label="Second" value="bar"/>
+               <tr:selectItem label="Third" value="baz"/>
+             </tr:selectManyShuttle>
+             <tr:message for="shuttle1"/>
             
 
 
             <jsp:directive.include file="editor.jspf" />
 
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>SelectManyShuttle bound to list&lt;/b>"/>
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>SelectManyShuttle bound to list&lt;/b>"/>
               
-             <af:selectManyShuttle id="shuttle2"
+             <tr:selectManyShuttle id="shuttle2"
                                  leadingHeader="Available values:"
                                  trailingHeader="Selected values:"
                                  valueChangeListener="#{list.valueChanged}"
                                  value="#{list.objectList}">
-               <af:selectItem label="First" value="foo"/>
-               <af:selectItem label="Second" value="bar"/>
-               <af:selectItem label="Third" value="baz"/>
-             </af:selectManyShuttle>
-             <af:message for="shuttle2"/>
+               <tr:selectItem label="First" value="foo"/>
+               <tr:selectItem label="Second" value="bar"/>
+               <tr:selectItem label="Third" value="baz"/>
+             </tr:selectManyShuttle>
+             <tr:message for="shuttle2"/>
 
 
 <!--
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>SelectManyShuttle bound to integer array&lt;/b>"/>
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>SelectManyShuttle bound to integer array&lt;/b>"/>
               
-             <af:selectManyShuttle id="shuttle3"
+             <tr:selectManyShuttle id="shuttle3"
                                  leadingHeader="Available values:"
                                  trailingHeader="Selected values:"
                                  valueChangeListener="#{list.valueChanged}"
                                  value="#{list.intArray}">
-              <af:selectItem label="First" value="#{1}"/>
-              <af:selectItem label="Second" value="#{2}"/>
-              <af:selectItem label="Third" value="#{3}"/>
-            </af:selectManyShuttle>
-             <af:message for="shuttle3"/>
+              <tr:selectItem label="First" value="#{1}"/>
+              <tr:selectItem label="Second" value="#{2}"/>
+              <tr:selectItem label="Third" value="#{3}"/>
+            </tr:selectManyShuttle>
+             <tr:message for="shuttle3"/>
 -->
-             <af:commandButton text="Submit"/>
+             <tr:commandButton text="Submit"/>
 
-          </af:panelGroup>
-        </af:form>
- </af:document>
+          </tr:panelGroup>
+        </tr:form>
+ </tr:document>
   </f:view>
 </jsp:root>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOneChoice.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOneChoice.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOneChoice.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOneChoice.jspx Thu Jul 27 17:05:32 2006
@@ -17,32 +17,32 @@
 <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:afh="http://myfaces.apache.org/adf/faces/html" 
-          xmlns:af="http://myfaces.apache.org/adf/faces" >
+          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>
- <af:document title="SelectOneChoice Demo">
-        <af:form>
-          <af:panelGroup layout="vertical">
+ <tr:document title="SelectOneChoice Demo">
+        <tr:form>
+          <tr:panelGroup layout="vertical">
             <f:facet name="separator">
-              <af:objectSeparator />
+              <tr:objectSeparator />
             </f:facet> 
-            <af:commandLink immediate="true" text="Component Guide"
+            <tr:commandLink immediate="true" text="Component Guide"
                 action="guide"/>             
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>SelectOneChoice&lt;/b>"/>
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>SelectOneChoice&lt;/b>"/>
               
-            <af:selectOneChoice label="Label" binding="#{editor.component}"
+            <tr:selectOneChoice label="Label" binding="#{editor.component}"
               unselectedLabel="None">
-               <af:selectItem label="First" value="1"/>
-               <af:selectItem label="Second" value="2"/>
-               <af:selectItem label="Third" value="3"/>
-             </af:selectOneChoice>
-             <af:commandButton text="Submit"/>
+               <tr:selectItem 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" />
     
-          </af:panelGroup>
-        </af:form>
- </af:document>
+          </tr:panelGroup>
+        </tr:form>
+ </tr:document>
   </f:view>
 </jsp:root>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOneListbox.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOneListbox.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOneListbox.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOneListbox.jspx Thu Jul 27 17:05:32 2006
@@ -17,45 +17,45 @@
 <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:afh="http://myfaces.apache.org/adf/faces/html" 
-          xmlns:af="http://myfaces.apache.org/adf/faces" >
+          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>
- <af:document title="SelectOneListbox Demo">
-        <af:form>
-          <af:panelGroup layout="vertical">
+ <tr:document title="SelectOneListbox Demo">
+        <tr:form>
+          <tr:panelGroup layout="vertical">
             <f:facet name="separator">
-              <af:objectSeparator />
+              <tr:objectSeparator />
             </f:facet>   
-            <af:commandLink immediate="true" text="Component Guide"
+            <tr:commandLink immediate="true" text="Component Guide"
                 action="guide"/> 
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>SelectOneListbox bound to integer&lt;/b>"/>
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>SelectOneListbox bound to integer&lt;/b>"/>
               
-             <af:selectOneListbox binding="#{editor.component}" 
+             <tr:selectOneListbox binding="#{editor.component}" 
                                 label="Label" 
                                 valueChangeListener="#{list.valueChanged}"
                                 value="#{list.singleInt}">
-               <af:selectItem label="First" value="1"/>
-               <af:selectItem label="Second" value="2"/>
-               <af:selectItem label="Third" value="3"/>
-             </af:selectOneListbox>
+               <tr:selectItem label="First" value="1"/>
+               <tr:selectItem label="Second" value="2"/>
+               <tr:selectItem label="Third" value="3"/>
+             </tr:selectOneListbox>
 
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>SelectOneListbox bound to string&lt;/b>"/>
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>SelectOneListbox bound to string&lt;/b>"/>
               
-             <af:selectOneListbox label="Label" 
+             <tr:selectOneListbox label="Label" 
                                 valueChangeListener="#{list.valueChanged}"
                                 value="#{list.singleString}">
-               <af:selectItem label="First" value="foo"/>
-               <af:selectItem label="Second" value="bar"/>
-               <af:selectItem label="Third" value="baz"/>
-             </af:selectOneListbox>
+               <tr:selectItem label="First" value="foo"/>
+               <tr:selectItem label="Second" value="bar"/>
+               <tr:selectItem label="Third" value="baz"/>
+             </tr:selectOneListbox>
 
-             <af:commandButton text="Submit"/>
+             <tr:commandButton text="Submit"/>
 
             <jsp:directive.include file="editor.jspf" />
 
-          </af:panelGroup>
-        </af:form>
- </af:document>
+          </tr:panelGroup>
+        </tr:form>
+ </tr:document>
   </f:view>
 </jsp:root>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOneRadio.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOneRadio.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOneRadio.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOneRadio.jspx Thu Jul 27 17:05:32 2006
@@ -16,32 +16,32 @@
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
           xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:afh="http://myfaces.apache.org/adf/faces/html" 
-          xmlns:af="http://myfaces.apache.org/adf/faces" >
+          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>
-    <afh:html>
-      <afh:head title="SelectOneRadio Demo"/>
-      <afh:body>
-        <af:form>
-          <af:panelGroup layout="vertical">
+    <trh:html>
+      <trh:head title="SelectOneRadio Demo"/>
+      <trh:body>
+        <tr:form>
+          <tr:panelGroup layout="vertical">
             <f:facet name="separator">
-              <af:objectSeparator />
+              <tr:objectSeparator />
             </f:facet>   
-            <af:commandLink immediate="true" text="Component Guide"
+            <tr:commandLink immediate="true" text="Component Guide"
                 action="guide"/>     
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>selectOneRadio&lt;/b>"/>
-            <af:selectOneRadio binding="#{editor.component}" label="Label" 
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>selectOneRadio&lt;/b>"/>
+            <tr:selectOneRadio binding="#{editor.component}" label="Label" 
                                  value="#{data.string}">
-              <af:selectItem label="eagles" value="eagles" />
-              <af:selectItem label="wolves"  value="wolves" />
-            </af:selectOneRadio>
+              <tr:selectItem label="eagles" value="eagles" />
+              <tr:selectItem label="wolves"  value="wolves" />
+            </tr:selectOneRadio>
             
             <jsp:directive.include file="editor.jspf" />
     
-          </af:panelGroup>
-        </af:form>
-      </afh:body>
-    </afh:html>
+          </tr:panelGroup>
+        </tr:form>
+      </trh:body>
+    </trh:html>
   </f:view>
 </jsp:root>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOrderShuttle.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOrderShuttle.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOrderShuttle.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectOrderShuttle.jspx Thu Jul 27 17:05:32 2006
@@ -17,69 +17,69 @@
 <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:afh="http://myfaces.apache.org/adf/faces/html" 
-          xmlns:af="http://myfaces.apache.org/adf/faces" >
+          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>
- <af:document title="SelectOrderShuttle Demo">
-        <af:form>
-          <af:panelGroup layout="vertical">
+ <tr:document title="SelectOrderShuttle Demo">
+        <tr:form>
+          <tr:panelGroup layout="vertical">
             <f:facet name="separator">
-              <af:objectSeparator />
+              <tr:objectSeparator />
             </f:facet>   
-            <af:commandLink immediate="true" text="Component Guide"
+            <tr:commandLink immediate="true" text="Component Guide"
                 action="guide"/> 
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>SelectOrderShuttle bound to string array&lt;/b>"/>
-             <af:messages/> 
-             <af:selectOrderShuttle id="shuttle1"
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>SelectOrderShuttle bound to string array&lt;/b>"/>
+             <tr:messages/> 
+             <tr:selectOrderShuttle id="shuttle1"
                                  label="Selected Values"
                                  leadingHeader="Available values:"
                                  trailingHeader="Selected values:"
                                  binding="#{editor.component}"
                                  valueChangeListener="#{list.valueChanged}"
                                  value="#{list.stringArray}">
-               <af:selectItem longDesc="The First Item" label="First" value="foo"/>
-               <af:selectItem label="Second" value="bar"/>
-               <af:selectItem label="Third" value="baz"/>
-             </af:selectOrderShuttle>
-             <af:message for="shuttle1"/>
+               <tr:selectItem longDesc="The First Item" label="First" value="foo"/>
+               <tr:selectItem label="Second" value="bar"/>
+               <tr:selectItem label="Third" value="baz"/>
+             </tr:selectOrderShuttle>
+             <tr:message for="shuttle1"/>
 
 
             <jsp:directive.include file="editor.jspf" />
 
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>SelectOrderShuttle bound to list&lt;/b>"/>
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>SelectOrderShuttle bound to list&lt;/b>"/>
               
-             <af:selectOrderShuttle id="shuttle2" valuePassThru="true"
+             <tr:selectOrderShuttle id="shuttle2" valuePassThru="true"
                                  leadingHeader="Available values:"
                                  trailingHeader="Selected values:"
                                  valueChangeListener="#{list.valueChanged}"
                                  value="#{list.objectList}" leadingDescShown="true" 
                                  >
-               <af:selectItem label="First" value="foo"/>
-               <af:selectItem label="Second" value="bar"/>
-               <af:selectItem label="Third" value="baz"/>
-             </af:selectOrderShuttle>
-             <af:message for="shuttle2"/>
+               <tr:selectItem label="First" value="foo"/>
+               <tr:selectItem label="Second" value="bar"/>
+               <tr:selectItem label="Third" value="baz"/>
+             </tr:selectOrderShuttle>
+             <tr:message for="shuttle2"/>
 
 
 <!--
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>SelectOrderShuttle bound to integer array&lt;/b>"/>
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>SelectOrderShuttle bound to integer array&lt;/b>"/>
               
-             <af:selectOrderShuttle id="shuttle3"
+             <tr:selectOrderShuttle id="shuttle3"
                                  leadingHeader="Available values:"
                                  trailingHeader="Selected values:"
                                  valueChangeListener="#{list.valueChanged}"
                                  value="#{list.intArray}">
-              <af:selectItem label="First" value="#{1}"/>
-              <af:selectItem label="Second" value="#{2}"/>
-              <af:selectItem label="Third" value="#{3}"/>
-            </af:selectOrderShuttle>
-             <af:message for="shuttle3"/>
+              <tr:selectItem label="First" value="#{1}"/>
+              <tr:selectItem label="Second" value="#{2}"/>
+              <tr:selectItem label="Third" value="#{3}"/>
+            </tr:selectOrderShuttle>
+             <tr:message for="shuttle3"/>
 -->
-             <af:commandButton text="Submit"/>
+             <tr:commandButton text="Submit"/>
 
-          </af:panelGroup>
-        </af:form>
- </af:document>
+          </tr:panelGroup>
+        </tr:form>
+ </tr:document>
   </f:view>
 </jsp:root>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectRangeChoiceBar.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectRangeChoiceBar.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectRangeChoiceBar.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/selectRangeChoiceBar.jspx Thu Jul 27 17:05:32 2006
@@ -18,33 +18,33 @@
           version="1.2"
           xmlns:f="http://java.sun.com/jsf/core"
           xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:afh="http://myfaces.apache.org/adf/faces/html"
-          xmlns:af="http://myfaces.apache.org/adf/faces">
+          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>
- <af:document title="selectRangeChoiceBar Demo">
-        <af:form>
-          <af:panelGroup layout="vertical">
+ <tr:document title="selectRangeChoiceBar Demo">
+        <tr:form>
+          <tr:panelGroup layout="vertical">
             <f:facet name="separator">
-              <af:objectSeparator/>
+              <tr:objectSeparator/>
             </f:facet>
-            <af:commandLink immediate="true" text="Component Guide" action="guide"/>
-            <af:outputFormatted styleUsage="instruction" value="&lt;b>selectRangeChoiceBar&lt;/b>"/>
-              <af:panelGroup layout="vertical">
-                <af:outputFormatted styleUsage="instruction"
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>selectRangeChoiceBar&lt;/b>"/>
+              <tr:panelGroup layout="vertical">
+                <tr:outputFormatted styleUsage="instruction"
                 value="selectRangeChoiceBar with no rangeLabel facet;
                 we get default labels."/>
-                <af:selectRangeChoiceBar binding="#{editor.component}"
+                <tr:selectRangeChoiceBar binding="#{editor.component}"
                   id="selectRangeChoiceBarID2" first="0" rows="5" value="#{table}"/>
 
                 <jsp:directive.include file="editor.jspf"/>
-              </af:panelGroup>
+              </tr:panelGroup>
 
-              <af:panelGroup layout="vertical">
-                <af:outputFormatted styleUsage="instruction"
+              <tr:panelGroup layout="vertical">
+                <tr:outputFormatted styleUsage="instruction"
                 value="selectRangeChoiceBar with rangeLabel facet to customize range
                 labels and tied to a list of data"/>
-                <af:selectRangeChoiceBar
+                <tr:selectRangeChoiceBar
                   id="selectRangeCBId1" first="0" rows="5"
                   value="#{animals.names}" var="range"
                   rangeChangeListener="#{animals.rangeChange}"
@@ -52,19 +52,19 @@
                   <f:facet name="rangeLabel">
                     <f:selectItem itemLabel="#{range.start} - #{range.end}"/>
                   </f:facet>
-                </af:selectRangeChoiceBar>
-                <af:panelGroup partialTriggers="selectRangeCBId1">
-                   <af:forEach items="#{animals.namesInRange}" var="animalName">
-                    <af:outputText value="#{animalName}, "/>
-                  </af:forEach>
-                </af:panelGroup>
-              </af:panelGroup>
+                </tr:selectRangeChoiceBar>
+                <tr:panelGroup partialTriggers="selectRangeCBId1">
+                   <tr:forEach items="#{animals.namesInRange}" var="animalName">
+                    <tr:outputText value="#{animalName}, "/>
+                  </tr:forEach>
+                </tr:panelGroup>
+              </tr:panelGroup>
 
 
 
-            </af:panelGroup>
+            </tr:panelGroup>
 
-        </af:form>
- </af:document>
+        </tr:form>
+ </tr:document>
   </f:view>
 </jsp:root>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/showDetail.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/showDetail.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/showDetail.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/showDetail.jspx Thu Jul 27 17:05:32 2006
@@ -17,40 +17,40 @@
 <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:afh="http://myfaces.apache.org/adf/faces/html"
-          xmlns:af="http://myfaces.apache.org/adf/faces" >
+          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>
-<af:document title="ShowDetail Component">
-        <af:form>
-          <af:panelGroup layout="vertical">
+<tr:document title="ShowDetail Component">
+        <tr:form>
+          <tr:panelGroup layout="vertical">
             <f:facet name="separator">
-              <af:objectSeparator/>
+              <tr:objectSeparator/>
             </f:facet>
-            <af:commandLink immediate="true" text="Component Guide"
+            <tr:commandLink immediate="true" text="Component Guide"
                 action="guide"/>
-            <af:outputFormatted styleUsage="instruction"
+            <tr:outputFormatted styleUsage="instruction"
                                value="&lt;b>A basic showDetail&lt;/b>"/>
-            <af:showDetail id="hs1"
+            <tr:showDetail id="hs1"
                           binding="#{editor.component}"
                           disclosureListener="#{toggle.onDisclosure}"
                           partialTriggers="hs1 hs2" >
               <h:outputText value="You have toggled a total of #{toggle.totalCount} times"/>
-            </af:showDetail>
+            </tr:showDetail>
 
             <jsp:directive.include file="editor.jspf" />
 
-            <af:outputFormatted styleUsage="instruction"
+            <tr:outputFormatted styleUsage="instruction"
                                value="&lt;b>Another basic showDetail&lt;/b>"/>
-            <af:showDetail id="hs2"
+            <tr:showDetail id="hs2"
                            disclosureListener="#{toggle.onDisclosure}"
                            partialTriggers="hs1 hs2" >
               <f:verbatim>
               <h:outputText value="You have toggled a total of #{toggle.totalCount} times"/>
               </f:verbatim>
-            </af:showDetail>
-          </af:panelGroup>
-        </af:form>
- </af:document>
+            </tr:showDetail>
+          </tr:panelGroup>
+        </tr:form>
+ </tr:document>
   </f:view>
 </jsp:root>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/showDetailHeader.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/showDetailHeader.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/showDetailHeader.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/showDetailHeader.jspx Thu Jul 27 17:05:32 2006
@@ -17,34 +17,34 @@
 <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:afh="http://myfaces.apache.org/adf/faces/html"
-          xmlns:af="http://myfaces.apache.org/adf/faces" >
+          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>
- <af:document title="ShowDetailHeader Component">
-        <af:form>
-          <af:panelGroup layout="vertical">
+ <tr:document title="ShowDetailHeader Component">
+        <tr:form>
+          <tr:panelGroup layout="vertical">
             <f:facet name="separator">
-              <af:objectSeparator/>
+              <tr:objectSeparator/>
             </f:facet>
-            <af:commandLink immediate="true" text="Component Guide"
+            <tr:commandLink immediate="true" text="Component Guide"
                 action="guide"/>
-            <af:showDetailHeader id="hsh1" text="showDetailHeader"
+            <tr:showDetailHeader id="hsh1" text="showDetailHeader"
                                 binding="#{editor.component}"
                                 disclosureListener="#{toggle.onDisclosure}"
                                 partialTriggers="hsh1 hsh2">
               <h:outputText value="You have toggled a total of #{toggle.totalCount} times"/>
-            </af:showDetailHeader>
+            </tr:showDetailHeader>
 
             <jsp:directive.include file="editor.jspf" />
 
-            <af:showDetailHeader id="hsh2" text="Another showDetailHeader"
+            <tr:showDetailHeader id="hsh2" text="Another showDetailHeader"
                                 disclosureListener="#{toggle.onDisclosure}"
                                 partialTriggers="hsh1 hsh2">
               <h:outputText value="You have toggled a total of #{toggle.totalCount} times"/>
-            </af:showDetailHeader>
-          </af:panelGroup>
-        </af:form>
- </af:document>
+            </tr:showDetailHeader>
+          </tr:panelGroup>
+        </tr:form>
+ </tr:document>
   </f:view>
 </jsp:root>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/showDetailItem.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/showDetailItem.jspx?rev=426332&r1=426331&r2=426332&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/showDetailItem.jspx (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad-save/trinidad/trinidad-demo/src/main/webapp/components/showDetailItem.jspx Thu Jul 27 17:05:32 2006
@@ -17,123 +17,123 @@
 <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:afh="http://myfaces.apache.org/adf/faces/html" 
-          xmlns:af="http://myfaces.apache.org/adf/faces" >
+          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>
- <af:document title="ShowDetailItem Demo">
-        <af:form>
+ <tr:document title="ShowDetailItem Demo">
+        <tr:form>
         
-            <af:panelGroup layout="vertical">
+            <tr:panelGroup layout="vertical">
               <f:facet name="separator">
-                <af:objectSeparator/>
+                <tr:objectSeparator/>
               </f:facet>
-            <af:commandLink 
+            <tr:commandLink 
                 immediate="true" 
                 text="Component Guide"
                 action="guide"/>                   
 
-                <af:outputFormatted 
+                <tr:outputFormatted 
                   styleUsage="instruction" 
                   value="&lt;b>A showOneTab component with showDetailItem children &lt;/b>"/>  
-                <af:panelForm>
-                  <af:inputText 
+                <tr:panelForm>
+                  <tr:inputText 
                     readOnly="true" 
                     label="Date/Time from last full page refresh" 
                     value="#{date.currentDate}"
                     styleClass="AFDataText">
-                    <af:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </af:inputText>
-                </af:panelForm>
-                <af:showOneTab>
-                  <af:showDetailItem binding="#{editor.component}" text="Tab 1">
-                    <af:panelHeader text="Header 1">
-                      <af:panelForm>
-                        <af:inputText 
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelForm>
+                <tr:showOneTab>
+                  <tr:showDetailItem binding="#{editor.component}" text="Tab 1">
+                    <tr:panelHeader text="Header 1">
+                      <tr:panelForm>
+                        <tr:inputText 
                           readOnly="true" 
                           label="Label 1-1" 
                           value="Value"
                           styleClass="AFDataText"/>
-                        <af:inputText readOnly="true" 
+                        <tr:inputText readOnly="true" 
                           label="Date/Time from last partial refresh" 
                           value="#{date.currentDate}"
                           styleClass="AFDataText">
-                          <af:convertDateTime 
+                          <tr:convertDateTime 
                             pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                        </af:inputText>
-                      </af:panelForm>
-                    </af:panelHeader>
-                  </af:showDetailItem>
-                  <af:showDetailItem text="Tab 2">
-                    <af:panelHeader text="Header 2 - This ShowDetailItem contains a ShowDetail in it">
-                      <af:panelGroup>
-                        <af:showDetail
+                        </tr:inputText>
+                      </tr:panelForm>
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+                  <tr:showDetailItem text="Tab 2">
+                    <tr:panelHeader text="Header 2 - This ShowDetailItem contains a ShowDetail in it">
+                      <tr:panelGroup>
+                        <tr:showDetail
                           id="hs1"
                           partialTriggers="hs1">
-                          <af:panelForm>
-                            <af:inputText readOnly="true" 
+                          <tr:panelForm>
+                            <tr:inputText readOnly="true" 
                               label="Date/Time from last partial refresh" 
                               value="#{date.currentDate}"
                               styleClass="AFDataText">
-                              <af:convertDateTime 
+                              <tr:convertDateTime 
                                   pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                              </af:inputText>
-                              <af:selectInputColor label="Color" />
-                            </af:panelForm>
-                          </af:showDetail>
-                        </af:panelGroup>
-                    </af:panelHeader>
-                  </af:showDetailItem>
-                  <af:showDetailItem 
+                              </tr:inputText>
+                              <tr:selectInputColor label="Color" />
+                            </tr:panelForm>
+                          </tr:showDetail>
+                        </tr:panelGroup>
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+                  <tr:showDetailItem 
                     text="Tab 3" 
                     disclosed="true" 
                     immediate="false">
-                    <af:panelHeader 
+                    <tr:panelHeader 
                       text="Header 3 - This showDetailItem has its immediate attribute set to false">
-                      <af:panelForm>
-                        <af:inputText 
+                      <tr:panelForm>
+                        <tr:inputText 
                           readOnly="true" 
                           label="Label 3-1" 
                           value="Value"
                           styleClass="AFDataText"/>
-                        <af:inputText readOnly="true" 
+                        <tr:inputText readOnly="true" 
                           label="Date/Time from last partial refresh" 
                           value="#{date.currentDate}"
                           styleClass="AFDataText">
-                          <af:convertDateTime 
+                          <tr:convertDateTime 
                             pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                        </af:inputText>
-                        <af:inputText 
+                        </tr:inputText>
+                        <tr:inputText 
                           label="This is a required field" 
                           required="true"/>
-                      </af:panelForm>
-                    </af:panelHeader>
-                  </af:showDetailItem>
-                  <af:showDetailItem text="Tab 4" disabled="true"/>
-                  <af:showDetailItem text="Tab 5">
-                    <af:panelHeader text="Header 5">
-                      <af:panelForm>
-                        <af:inputText 
+                      </tr:panelForm>
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+                  <tr:showDetailItem text="Tab 4" disabled="true"/>
+                  <tr:showDetailItem text="Tab 5">
+                    <tr:panelHeader text="Header 5">
+                      <tr:panelForm>
+                        <tr:inputText 
                           readOnly="true" 
                           label="Label 5-1" 
                           value="Value"
                           styleClass="AFDataText"/>
-                        <af:inputText readOnly="true" 
+                        <tr:inputText readOnly="true" 
                           label="Date/Time from last partial refresh" 
                           value="#{date.currentDate}"
                           styleClass="AFDataText">
-                          <af:convertDateTime 
+                          <tr:convertDateTime 
                             pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                        </af:inputText>
-                      </af:panelForm>
-                    </af:panelHeader>
-                  </af:showDetailItem>
-                </af:showOneTab>
+                        </tr:inputText>
+                      </tr:panelForm>
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+                </tr:showOneTab>
                 
                 <jsp:directive.include file="editor.jspf" />
     
-            </af:panelGroup>
-        </af:form>
- </af:document>
+            </tr:panelGroup>
+        </tr:form>
+ </tr:document>
   </f:view>
 </jsp:root>