You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2015/09/17 13:33:55 UTC

svn commit: r1703580 - in /myfaces/tobago/branches/tobago-3.0.x/tobago-example: tobago-example-addressbook/src/main/webapp/ tobago-example-addressbook/src/main/webapp/addressbook/ tobago-example-addressbook/src/main/webapp/addressbook/admin/ tobago-exa...

Author: lofwyr
Date: Thu Sep 17 11:33:52 2015
New Revision: 1703580

URL: http://svn.apache.org/r1703580
Log:
TOBAGO-1485: Label support of the tc-library, so the tx-tibrary will be unnecessary (and deprecated)
* demo ...

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/admin.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/memory.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/editor.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/layout/basic.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/list.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/start.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/tab/business.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/tab/misc.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/tab/personal.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/error.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/login.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/logout.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/error.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-data/src/main/resources/META-INF/resources/data/edit-solar.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/55-suggest/inputSuggest.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/logging-info.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/facet/contextMenu/panel.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/immediate.xhtml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/resource-manager/tobago1134.xhtml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/admin.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/admin.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/admin.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/admin.xhtml Thu Sep 17 11:33:52 2015
@@ -20,7 +20,6 @@
 <ui:composition template="/addressbook/layout/basic.xhtml"
                 xmlns:f="http://java.sun.com/jsf/core"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
-                xmlns:tx="http://myfaces.apache.org/tobago/extension"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
   <ui:param name="title" value="Administration"/>
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/memory.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/memory.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/memory.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/memory.xhtml Thu Sep 17 11:33:52 2015
@@ -19,8 +19,6 @@
 
 <f:subview id="memory"
            xmlns:tc="http://myfaces.apache.org/tobago/component"
-           xmlns:tx="http://myfaces.apache.org/tobago/extension"
-           xmlns:ui="http://java.sun.com/jsf/facelets"
            xmlns:f="http://java.sun.com/jsf/core">
   <tc:panel>
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/editor.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/editor.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/editor.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/editor.xhtml Thu Sep 17 11:33:52 2015
@@ -20,7 +20,6 @@
 <ui:composition template="/addressbook/layout/basic.xhtml"
                 xmlns:f="http://java.sun.com/jsf/core"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
-                xmlns:tx="http://myfaces.apache.org/tobago/extension"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
   <ui:param name="title" value="#{bundle.editorTitle}"/>
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/layout/basic.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/layout/basic.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/layout/basic.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/layout/basic.xhtml Thu Sep 17 11:33:52 2015
@@ -19,7 +19,6 @@
 
 <ui:composition xmlns:f="http://java.sun.com/jsf/core"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
-                xmlns:tx="http://myfaces.apache.org/tobago/extension"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
   <f:view locale="#{controller.language}">
     <tc:loadBundle basename="resource" var="bundle"/>
@@ -86,13 +85,13 @@
           <!--
                 <tc:form>
           -->
-          <tx:selectOneChoice label="#{bundle.footerLanguage}"
+          <tc:selectOneChoice label="#{bundle.footerLanguage}"
                               value="#{controller.language}">
             <f:selectItems value="#{controller.languages}"/>
             <f:facet name="change">
               <tc:command action="#{controller.languageChangedList}"/>
             </f:facet>
-          </tx:selectOneChoice>
+          </tc:selectOneChoice>
           <!--
                 </tc:form>
           -->
@@ -101,12 +100,12 @@
           <!--
                 <tc:form>
           -->
-          <tx:selectOneChoice label="#{bundle.footerTheme}" value="#{controller.theme}">
+          <tc:selectOneChoice label="#{bundle.footerTheme}" value="#{controller.theme}">
             <f:selectItems value="#{controller.themeItems}"/>
             <f:facet name="change">
               <tc:command action="#{controller.themeChanged}"/>
             </f:facet>
-          </tx:selectOneChoice>
+          </tc:selectOneChoice>
           <!--
                 </tc:form>
           -->

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/list.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/list.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/list.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/list.xhtml Thu Sep 17 11:33:52 2015
@@ -20,7 +20,6 @@
 <ui:composition template="/addressbook/layout/basic.xhtml"
                 xmlns:f="http://java.sun.com/jsf/core"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
-                xmlns:tx="http://myfaces.apache.org/tobago/extension"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
   <ui:param name="title" value="#{bundle.listPageTitle}"/>
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/start.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/start.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/start.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/start.xhtml Thu Sep 17 11:33:52 2015
@@ -18,8 +18,6 @@
 -->
 
 <f:view xmlns:tc="http://myfaces.apache.org/tobago/component"
-        xmlns:tx="http://myfaces.apache.org/tobago/extension"
-        xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:f="http://java.sun.com/jsf/core">
 
   <tc:loadBundle basename="addressbook" var="bundle"/>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/tab/business.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/tab/business.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/tab/business.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/tab/business.xhtml Thu Sep 17 11:33:52 2015
@@ -19,29 +19,28 @@
 
 <ui:composition xmlns:f="http://java.sun.com/jsf/core"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
-                xmlns:tx="http://myfaces.apache.org/tobago/extension"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
   <tc:loadBundle basename="resource" var="bundle"/>
   <tc:panel>
     <f:facet name="layout">
       <tc:gridLayout rows="auto;auto;auto;auto;auto;1*"/>
     </f:facet>
-    <tx:in value="#{controller.currentAddress.company}"
+    <tc:in value="#{controller.currentAddress.company}"
            label="#{bundle.editorJobCompany}"/>
 
-    <tx:in value="#{controller.currentAddress.jobTitle}"
+    <tc:in value="#{controller.currentAddress.jobTitle}"
            label="#{bundle.editorJobTitle}"/>
 
-    <tx:in value="#{controller.currentAddress.jobPhone}"
+    <tc:in value="#{controller.currentAddress.jobPhone}"
            label="#{bundle.editorPhone}"
            validator="#{controller.validatePhoneNumber}"/>
 
-    <tx:in value="#{controller.currentAddress.jobEmail}"
+    <tc:in value="#{controller.currentAddress.jobEmail}"
            label="#{bundle.editorEmail}">
       <f:validator validatorId="EmailAddressValidator"/>
-    </tx:in>
+    </tc:in>
 
-    <tx:in value="#{controller.currentAddress.jobHomePage}"
+    <tc:in value="#{controller.currentAddress.jobHomePage}"
            label="#{bundle.editorHomepage}"/>
 
     <tc:panel/>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/tab/misc.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/tab/misc.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/tab/misc.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/tab/misc.xhtml Thu Sep 17 11:33:52 2015
@@ -19,7 +19,6 @@
 
 <ui:composition xmlns:f="http://java.sun.com/jsf/core"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
-                xmlns:tx="http://myfaces.apache.org/tobago/extension"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
 
   <tc:loadBundle basename="resource" var="bundle"/>
@@ -28,7 +27,7 @@
       <tc:gridLayout rows="1*"/>
     </f:facet>
 
-    <tx:textarea value="#{controller.currentAddress.note}"
+    <tc:textarea value="#{controller.currentAddress.note}"
                  label="#{bundle.editorNote}"/>
   </tc:panel>
 </ui:composition>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/tab/personal.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/tab/personal.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/tab/personal.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/tab/personal.xhtml Thu Sep 17 11:33:52 2015
@@ -19,7 +19,6 @@
 
 <ui:composition xmlns:f="http://java.sun.com/jsf/core"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
-                xmlns:tx="http://myfaces.apache.org/tobago/extension"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
 
   <tc:loadBundle basename="resource" var="bundle"/>
@@ -29,12 +28,12 @@
           <tc:segmentLayout medium="2;10"/>
         </f:facet>
 
-        <tx:in value="#{controller.currentAddress.firstName}"
+        <tc:in value="#{controller.currentAddress.firstName}"
                label="#{bundle.editorFirstName}" required="true">
           <f:validateLength minimum="2" maximum="20"/>
-        </tx:in>
+        </tc:in>
 
-        <tx:in label="#{bundle.editorLastName}"
+        <tc:in label="#{bundle.editorLastName}"
                value="#{controller.currentAddress.lastName}" required="true"/>
     </tc:panel>
 
@@ -42,7 +41,7 @@
           <f:facet name="layout">
             <tc:segmentLayout medium="2;8;2"/>
           </f:facet>
-          <tx:in value="#{controller.currentAddress.street}"
+          <tc:in value="#{controller.currentAddress.street}"
                  label="#{bundle.editorStreet}"/>
           <tc:in value="#{controller.currentAddress.houseNumber}"/>
         </tc:panel>
@@ -51,7 +50,7 @@
           <f:facet name="layout">
             <tc:segmentLayout medium="2;3;7"/>
           </f:facet>
-          <tx:in value="#{controller.currentAddress.zipCode}"
+          <tc:in value="#{controller.currentAddress.zipCode}"
                  label="#{bundle.editorCity}"/>
           <tc:in value="#{controller.currentAddress.city}"/>
         </tc:panel>
@@ -61,11 +60,11 @@
         <tc:segmentLayout medium="2;10"/>
       </f:facet>
 
-        <tx:selectOneChoice
+        <tc:selectOneChoice
             value="#{controller.currentAddress.country}"
             label="#{bundle.editorCountry}">
           <f:selectItems value="#{countries}"/>
-        </tx:selectOneChoice>
+        </tc:selectOneChoice>
 <!--
       <tc:flexLayout rows="160px" columns="120px" rendered="#{!controller.simple}">
         <tc:form>
@@ -96,34 +95,34 @@
       </tc:flexLayout>
 -->
 
-      <tx:in value="#{controller.currentAddress.phone}"
+      <tc:in value="#{controller.currentAddress.phone}"
              label="#{bundle.editorPhone}"
              validator="#{controller.validatePhoneNumber}"/>
 
-      <tx:in value="#{controller.currentAddress.mobile}"
+      <tc:in value="#{controller.currentAddress.mobile}"
              label="#{bundle.editorMobile}"
              validator="#{controller.validatePhoneNumber}"/>
 
-      <tx:in value="#{controller.currentAddress.fax}"
+      <tc:in value="#{controller.currentAddress.fax}"
              label="#{bundle.editorFax}"
              validator="#{controller.validatePhoneNumber}"/>
 
-      <tx:in value="#{controller.currentAddress.email}"
+      <tc:in value="#{controller.currentAddress.email}"
              label="#{bundle.editorEmail}">
         <f:validator validatorId="EmailAddressValidator"/>
-      </tx:in>
+      </tc:in>
 
-      <tx:in value="#{controller.currentAddress.icq}"
+      <tc:in value="#{controller.currentAddress.icq}"
              label="#{bundle.editorIcq}">
         <f:validateLongRange minimum="0"/>
-      </tx:in>
-      <tx:in value="#{controller.currentAddress.homePage}"
+      </tc:in>
+      <tc:in value="#{controller.currentAddress.homePage}"
              label="#{bundle.editorHomepage}"/>
 
-      <tx:date id="dayOfBirth" value="#{controller.currentAddress.dayOfBirth}"
+      <tc:date id="dayOfBirth" value="#{controller.currentAddress.dayOfBirth}"
                label="#{bundle.editorBirthday}">
         <f:convertDateTime pattern="#{bundle.editorDatePattern}"/>
-      </tx:date>
+      </tc:date>
     </tc:panel>
   </tc:flowLayout>
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/error.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/error.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/error.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/error.xhtml Thu Sep 17 11:33:52 2015
@@ -18,8 +18,6 @@
 -->
 
 <f:view xmlns:tc="http://myfaces.apache.org/tobago/component"
-        xmlns:tx="http://myfaces.apache.org/tobago/extension"
-        xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:f="http://java.sun.com/jsf/core"
         locale="#{controller.language}">
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/login.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/login.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/login.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/login.xhtml Thu Sep 17 11:33:52 2015
@@ -18,7 +18,6 @@
 -->
 
 <f:view xmlns:tc="http://myfaces.apache.org/tobago/component"
-        xmlns:tx="http://myfaces.apache.org/tobago/extension"
         xmlns:f="http://java.sun.com/jsf/core"
         locale="#{controller.language}">
 
@@ -54,8 +53,8 @@
               )
             </tc:flowLayout>
 
-            <tx:in fieldId="j_username" label="#{bundle.loginUser}"/>
-            <tx:in fieldId="j_password" password="true" label="#{bundle.loginPassword}"/>
+            <tc:in id="j_username" label="#{bundle.loginUser}"/>
+            <tc:in id="j_password" password="true" label="#{bundle.loginPassword}"/>
 
             <tc:panel>
               <f:facet name="layout">

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/logout.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/logout.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/logout.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/logout.xhtml Thu Sep 17 11:33:52 2015
@@ -18,8 +18,6 @@
 -->
 
 <f:view xmlns:tc="http://myfaces.apache.org/tobago/component"
-        xmlns:tx="http://myfaces.apache.org/tobago/extension"
-        xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:f="http://java.sun.com/jsf/core"
         locale="#{controller.language}">
   <tc:loadBundle basename="resource" var="bundle"/>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/error.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/error.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/error.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/error.xhtml Thu Sep 17 11:33:52 2015
@@ -18,8 +18,6 @@
 -->
 
 <f:view xmlns:tc="http://myfaces.apache.org/tobago/component"
-        xmlns:tx="http://myfaces.apache.org/tobago/extension"
-        xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:f="http://java.sun.com/jsf/core">
   <tc:loadBundle basename="resource" var="bundle"/>
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-data/src/main/resources/META-INF/resources/data/edit-solar.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-data/src/main/resources/META-INF/resources/data/edit-solar.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-data/src/main/resources/META-INF/resources/data/edit-solar.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-data/src/main/resources/META-INF/resources/data/edit-solar.xhtml Thu Sep 17 11:33:52 2015
@@ -17,18 +17,11 @@
  * limitations under the License.
 -->
 
-<ui:composition xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tc="http://myfaces.apache.org/tobago/component"
-                xmlns:tx="http://myfaces.apache.org/tobago/extension"
+<ui:composition xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
   <tc:panel>
-    <f:facet name="layout">
-      <tc:gridLayout rows="auto;auto;auto;*"/>
-    </f:facet>
-
-    <tx:in value="#{solar.name}" label="Name" />
-    <tx:in value="#{solar.number}" label="Number" />
-    <tx:in value="#{solar.orbits}" label="Orbits" />
-
+    <tc:in value="#{solar.name}" label="Name" />
+    <tc:in value="#{solar.number}" label="Number" />
+    <tc:in value="#{solar.orbits}" label="Orbits" />
   </tc:panel>
 </ui:composition>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/55-suggest/inputSuggest.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/55-suggest/inputSuggest.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/55-suggest/inputSuggest.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/55-suggest/inputSuggest.xhtml Thu Sep 17 11:33:52 2015
@@ -18,7 +18,7 @@
 <ui:composition template="/layout/overview.xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:f="http://java.sun.com/jsf/core">
   <ui:param name="title" value="InputSuggest"/>
   <tc:panel>
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/logging-info.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/logging-info.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/logging-info.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/logging-info.xhtml Thu Sep 17 11:33:52 2015
@@ -19,7 +19,6 @@
 
 <ui:composition template="/layout/overview.xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
-                xmlns:tx="http://myfaces.apache.org/tobago/extension"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:f="http://java.sun.com/jsf/core">
   <ui:param name="title" value="Logging Info"/>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/facet/contextMenu/panel.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/facet/contextMenu/panel.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/facet/contextMenu/panel.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/facet/contextMenu/panel.xhtml Thu Sep 17 11:33:52 2015
@@ -18,8 +18,6 @@
 
 <f:view
     xmlns:tc="http://myfaces.apache.org/tobago/component"
-    xmlns:tx="http://myfaces.apache.org/tobago/extension"
-    xmlns:ui="http://java.sun.com/jsf/facelets"
     xmlns:f="http://java.sun.com/jsf/core">
   <tc:page id="page">
     <tc:gridLayoutConstraint width="500px" height="200px"/>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/immediate.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/immediate.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/immediate.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/immediate.xhtml Thu Sep 17 11:33:52 2015
@@ -18,8 +18,6 @@
 
 <f:view
     xmlns:tc="http://myfaces.apache.org/tobago/component"
-    xmlns:tx="http://myfaces.apache.org/tobago/extension"
-    xmlns:ui="http://java.sun.com/jsf/facelets"
     xmlns:f="http://java.sun.com/jsf/core">
   <tc:page id="page" width="300px" height="300px">
     <f:facet name="layout">

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/resource-manager/tobago1134.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/resource-manager/tobago1134.xhtml?rev=1703580&r1=1703579&r2=1703580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/resource-manager/tobago1134.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/resource-manager/tobago1134.xhtml Thu Sep 17 11:33:52 2015
@@ -18,7 +18,8 @@
 
 <f:view
     xmlns:tc="http://myfaces.apache.org/tobago/component"
-    xmlns:f="http://java.sun.com/jsf/core" xmlns:tx="http://myfaces.apache.org/tobago/extension">
+    xmlns:f="http://java.sun.com/jsf/core"
+    xmlns:tx="http://myfaces.apache.org/tobago/extension">
   <tc:page id="page" width="300px" height="500px">
 
     <tx:in label="Must be 666px" fieldId="in" value="#{tobago1134.value}" readonly="true"/>