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/04 11:21:09 UTC

svn commit: r1701192 [2/2] - in /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp: ./ content/01-basic/ content/01-basic/00/ content/01-basic/02/ content/01-basic/04/ content/02-sheet/ content/02-sheet/00/ content...

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/90-non-faces-request/x-fish-pond.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/90-non-faces-request/x-fish-pond.xhtml?rev=1701192&r1=1701191&r2=1701192&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/90-non-faces-request/x-fish-pond.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/90-non-faces-request/x-fish-pond.xhtml Fri Sep  4 09:21:08 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="Non-Faces-Request Demo: Fish Pont"/>
@@ -37,7 +36,7 @@
       <tc:gridLayout rows="auto;auto" margin="20px"/>
     </f:facet>
 
-    <tx:in label="Selected:" value="#{fishPond.selectedFish}" readonly="true"/>
+    <tc:in label="Selected:" value="#{fishPond.selectedFish}" readonly="true"/>
 
     <tc:panel>
       <f:facet name="layout">

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/layout/overview.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/layout/overview.xhtml?rev=1701192&r1=1701191&r2=1701192&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/layout/overview.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/layout/overview.xhtml Fri Sep  4 09:21:08 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="#{clientConfigController.locale}">
     <tc:page applicationIcon="icon/favicon.ico" label="#{overviewBundle.pageTitle} - #{title}" id="page">

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/server-info.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/server-info.xhtml?rev=1701192&r1=1701191&r2=1701192&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/server-info.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/server-info.xhtml Fri Sep  4 09:21:08 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="Server Info"/>
@@ -29,23 +28,23 @@
       <tc:gridLayout rows="auto;auto;auto;auto;auto;auto;*;*"/>
     </f:facet>
 
-    <tx:in value="#{info.version}" readonly="true"
+    <tc:in value="#{info.version}" readonly="true"
            label="Tobago Version"/>
 
-    <tx:in value="#{info.jsfTitle}" readonly="true"
+    <tc:in value="#{info.jsfTitle}" readonly="true"
            label="JSF Implementation"/>
 
-    <tx:in value="#{info.jsfVersion}" readonly="true"
+    <tc:in value="#{info.jsfVersion}" readonly="true"
            label="JSF Version"/>
 
-    <tx:in value="#{info.serverInfo}" readonly="true"
+    <tc:in value="#{info.serverInfo}" readonly="true"
            label="Server Info"/>
 
-    <tx:in value="#{info.systemProperties['java.runtime.version']} - #{info.systemProperties['java.vm.vendor']}"
+    <tc:in value="#{info.systemProperties['java.runtime.version']} - #{info.systemProperties['java.vm.vendor']}"
            readonly="true"
            label="Java"/>
 
-    <tx:in
+    <tc:in
         value="#{info.systemProperties['os.name']} - #{info.systemProperties['os.version']} - #{info.systemProperties['os.arch']}"
         readonly="true"
         label="Operating System"/>