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 2016/11/24 10:37:05 UTC

svn commit: r1771107 [3/3] - in /myfaces/tobago/trunk/tobago-example: tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/overview/ tobago-example-demo/src/m...

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/50-grid/grid-layout.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/50-grid/grid-layout.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/50-grid/grid-layout.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/50-grid/grid-layout.xhtml Thu Nov 24 10:37:03 2016
@@ -21,10 +21,10 @@
                 xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="#{overviewBundle.grid_layout} (deprecated)"/>
+  <ui:param name="title" value="#{demoBundle.grid_layout} (deprecated)"/>
   <p>The GridLayout is deprecated. Take a look at
-    <tc:link label="#{overviewBundle.grid_layout}"
+    <tc:link label="#{demoBundle.grid_layout}"
              link="/faces/content/35-deprecated/70-grid-layout/grid-layout.xhtml"/>
-    in the #{overviewBundle.deprecated} section.
+    in the #{demoBundle.deprecated} section.
   </p>
 </ui:composition>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/layout.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/layout.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/layout.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/layout.xhtml Thu Nov 24 10:37:03 2016
@@ -21,10 +21,10 @@
                 xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="#{overviewBundle.layout}"/>
+  <ui:param name="title" value="#{demoBundle.layout}"/>
   <p>Tobago provide several layout options.</p>
 
-  <tc:section label="#{overviewBundle.flow_layout}">
+  <tc:section label="#{demoBundle.flow_layout}">
     <tc:flowLayout>
       <tc:button label="Button"/>
       <tc:button label="Button"/>
@@ -34,7 +34,7 @@
     </tc:flowLayout>
   </tc:section>
 
-  <tc:section label="#{overviewBundle.flex_layout}">
+  <tc:section label="#{demoBundle.flex_layout}">
     <tc:flexLayout columns="200px;auto;1*;3*;1*">
       <tc:button label="Button"/>
       <tc:button label="Button"/>
@@ -44,7 +44,7 @@
     </tc:flexLayout>
   </tc:section>
 
-  <tc:section label="#{overviewBundle.segment_layout}">
+  <tc:section label="#{demoBundle.segment_layout}">
     <tc:segmentLayout medium="4;4;4">
       <tc:button label="Button"/>
       <tc:button label="Button"/>
@@ -54,7 +54,7 @@
     </tc:segmentLayout>
   </tc:section>
 
-  <tc:section label="#{overviewBundle.labeled_layout}">
+  <tc:section label="#{demoBundle.labeled_layout}">
     <p>For many components, a <code>label</code> attribute is available, which place a label in front
       of the according component.</p>
     <tc:in label="Input"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/20-format/format.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/20-format/format.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/20-format/format.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/20-format/format.xhtml Thu Nov 24 10:37:03 2016
@@ -21,30 +21,30 @@
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:fn="http://java.sun.com/jsp/jstl/functions">
-  <ui:param name="title" value="#{overviewBundle.format}"/>
+  <ui:param name="title" value="#{demoBundle.format}"/>
   <p>Use the EL functions from <code>tc:format1</code> to <code>tc:format9</code>
     to replace up to 9 variables in a given internationalized text.
     This work like in <tc:link label="java.text.MessageFormat"
                                link="https://docs.oracle.com/javase/6/docs/api/java/text/MessageFormat.html"/>.</p>
 
   <tc:section label="Format 1">
-    <p>The message format is: "#{overviewBundle.format1}"</p>
-    <pre><code class="language-markup">&lt;tc:out value="\#{tc:format1(overviewBundle.format1, 695700)}"/></code></pre>
-    <tc:out id="o1" value="#{tc:format1(overviewBundle.format1, 695700)}"/>
+    <p>The message format is: "#{demoBundle.format1}"</p>
+    <pre><code class="language-markup">&lt;tc:out value="\#{tc:format1(demoBundle.format1, 695700)}"/></code></pre>
+    <tc:out id="o1" value="#{tc:format1(demoBundle.format1, 695700)}"/>
   </tc:section>
 
   <tc:section label="Format 3">
-    <p>The message format is: "#{overviewBundle.format3}"</p>
+    <p>The message format is: "#{demoBundle.format3}"</p>
     <pre><code
-            class="language-markup">&lt;tc:out value="\#{tc:format3(overviewBundle.format3, 5800, 15700000, 5000000)}"/></code></pre>
-    <tc:out id="o2" value="#{tc:format3(overviewBundle.format3, 5800, 15700000, 5000000)}"/>
+            class="language-markup">&lt;tc:out value="\#{tc:format3(demoBundle.format3, 5800, 15700000, 5000000)}"/></code></pre>
+    <tc:out id="o2" value="#{tc:format3(demoBundle.format3, 5800, 15700000, 5000000)}"/>
   </tc:section>
 
   <tc:section label="Format 9">
-    <p>The message format is: "#{overviewBundle.format9}"</p>
+    <p>The message format is: "#{demoBundle.format9}"</p>
     <pre><code
-            class="language-markup">&lt;tc:out value="\#{tc:format9(overviewBundle.format9, 0, 1, 2, 3, 4, 5, 6, 7, 8)}"/></code></pre>
-    <tc:out id="o3" value="#{tc:format9(overviewBundle.format9, 0, 1, 2, 3, 4, 5, 6, 7, 8)}"/>
+            class="language-markup">&lt;tc:out value="\#{tc:format9(demoBundle.format9, 0, 1, 2, 3, 4, 5, 6, 7, 8)}"/></code></pre>
+    <tc:out id="o3" value="#{tc:format9(demoBundle.format9, 0, 1, 2, 3, 4, 5, 6, 7, 8)}"/>
   </tc:section>
 
   <tc:section label="UpperCase">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/23-transition/transition.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/23-transition/transition.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/23-transition/transition.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/23-transition/transition.xhtml Thu Nov 24 10:37:03 2016
@@ -21,14 +21,14 @@
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
 
-  <ui:param name="title" value="#{overviewBundle.transition}"/>
+  <ui:param name="title" value="#{demoBundle.transition}"/>
   <p>For command components like a link or a button, the <code>transition</code> attribute is available.
     It shows a loading animation if the site don't respond in a certain amount of time.
     By default, the value is 'true'.</p>
   <p>Tag Library Documentation:
-    <tc:link label="&lt;tc:link/>" image="image/feather-leaf.png" link="#{overviewBundle.tagDocUrl}/link.html"/>
+    <tc:link label="&lt;tc:link/>" image="image/feather-leaf.png" link="#{demoBundle.tagDocUrl}/link.html"/>
     |
-    <tc:link label="&lt;tc:button/>" image="image/feather-leaf.png" link="#{overviewBundle.tagDocUrl}/button.html"/></p>
+    <tc:link label="&lt;tc:button/>" image="image/feather-leaf.png" link="#{demoBundle.tagDocUrl}/button.html"/></p>
 
   <tc:section label="Basics">
     <p>By following one of the links, the site waits five seconds.

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/25-facelets-as-resources/facelets-as-resources.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/25-facelets-as-resources/facelets-as-resources.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/25-facelets-as-resources/facelets-as-resources.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/25-facelets-as-resources/facelets-as-resources.xhtml Thu Nov 24 10:37:03 2016
@@ -27,7 +27,7 @@
       <tc:gridLayout rows="2*;7*"/>
     </f:facet>
 
-    <tc:out value="#{overviewBundle.faceletsAsResources_text}"/>
+    <tc:out value="#{demoBundle.faceletsAsResources_text}"/>
 
     <tc:box label="This content is included from a JAR.">
 

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/51-for-each/for-each.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/51-for-each/for-each.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/51-for-each/for-each.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/51-for-each/for-each.xhtml Thu Nov 24 10:37:03 2016
@@ -20,7 +20,7 @@
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:c="http://java.sun.com/jsp/jstl/core">
-  <ui:param name="title" value="#{overviewBundle.for_each} &lt;c:forEach> &lt;ui:repeat>"/>
+  <ui:param name="title" value="#{demoBundle.for_each} &lt;c:forEach> &lt;ui:repeat>"/>
   <p>Generating content with a loop can be done
     with the <code class="language-markup">&lt;c:forEach/></code> tag and
     with the <code class="language-markup">&lt;ui:repeat/></code> tag.</p>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml Thu Nov 24 10:37:03 2016
@@ -22,9 +22,9 @@
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:f="http://java.sun.com/jsf/core">
-  <ui:param name="title" value="#{overviewBundle.collapsible_box} &lt;tc:box>"/>
+  <ui:param name="title" value="#{demoBundle.collapsible_box} &lt;tc:box>"/>
   <p>On this page the collapsible concept is explained for a
-    <tc:link label="#{overviewBundle.box}" link="/faces/content/20-component/050-container/10-box/box.xhtml"/>.</p>
+    <tc:link label="#{demoBundle.box}" link="/faces/content/20-component/050-container/10-box/box.xhtml"/>.</p>
 
   <tc:section label="Simple Collapsible Box">
     <tc:form id="controller">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.xhtml Thu Nov 24 10:37:03 2016
@@ -21,9 +21,9 @@
                 xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="#{overviewBundle.collapsible_popup} &lt;tc:popup>"/>
+  <ui:param name="title" value="#{demoBundle.collapsible_popup} &lt;tc:popup>"/>
   <p>This page contain some examples for the collapsible concept of a popup. Please have a look at the
-    <tc:link label="#{overviewBundle.popup}" link="/faces/content/20-component/060-popup/popup.xhtml"/> page
+    <tc:link label="#{demoBundle.popup}" link="/faces/content/20-component/060-popup/popup.xhtml"/> page
     in the components section for more details.</p>
 
   <tc:section label="Simple Popup">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml Thu Nov 24 10:37:03 2016
@@ -22,9 +22,9 @@
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:f="http://java.sun.com/jsf/core">
-  <ui:param name="title" value="#{overviewBundle.collapsible_panel} &lt;tc:panel>"/>
+  <ui:param name="title" value="#{demoBundle.collapsible_panel} &lt;tc:panel>"/>
   <p>This page show some examples for the collapsible concept of a
-    <tc:link label="#{overviewBundle.panel}" link="/faces/content/20-component/050-container/20-panel/panel.xhtml"/>.
+    <tc:link label="#{demoBundle.panel}" link="/faces/content/20-component/050-container/20-panel/panel.xhtml"/>.
     Every panel contain a required inputfield to see if a validation occur while submitting.
     For better visibility every panel has a border.</p>
   <tc:section label="Simple Panel">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml Thu Nov 24 10:37:03 2016
@@ -21,9 +21,9 @@
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:f="http://java.sun.com/jsf/core">
-  <ui:param name="title" value="#{overviewBundle.collapsible_section} &lt;tc:section>"/>
+  <ui:param name="title" value="#{demoBundle.collapsible_section} &lt;tc:section>"/>
   <p>Collapsible concept explained for a
-    <tc:link label="#{overviewBundle.section}"
+    <tc:link label="#{demoBundle.section}"
              link="/faces/content/20-component/050-container/40-section/section.xhtml"/>.</p>
   <tc:section label="Simple Section">
     <p>A simple collapsible section. The <code>collapsed</code> attribute is set by a controller.

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/collapsible.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/collapsible.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/collapsible.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/collapsible.xhtml Thu Nov 24 10:37:03 2016
@@ -19,7 +19,7 @@
                 xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="#{overviewBundle.collapsible}"/>
+  <ui:param name="title" value="#{demoBundle.collapsible}"/>
 
   <p>
     <span class="tag tag-danger">Warning!</span>
@@ -27,19 +27,19 @@
   </p>
 
   <p>The collapsible concept is the base for
-    <tc:link label="#{overviewBundle.box}" link="/faces/content/20-component/050-container/10-box/box.xhtml"/>,
-    <tc:link label="#{overviewBundle.popup}" link="/faces/content/20-component/060-popup/popup.xhtml"/>,
-    <tc:link label="#{overviewBundle.panel}" link="/faces/content/20-component/050-container/20-panel/panel.xhtml"/>
+    <tc:link label="#{demoBundle.box}" link="/faces/content/20-component/050-container/10-box/box.xhtml"/>,
+    <tc:link label="#{demoBundle.popup}" link="/faces/content/20-component/060-popup/popup.xhtml"/>,
+    <tc:link label="#{demoBundle.panel}" link="/faces/content/20-component/050-container/20-panel/panel.xhtml"/>
     and
-    <tc:link label="#{overviewBundle.section}"
+    <tc:link label="#{demoBundle.section}"
              link="/faces/content/20-component/050-container/40-section/section.xhtml"/>.
     It determines how parts or whole components are shown or hidden.
-    For example, a #{overviewBundle.popup} is hidden completely while for #{overviewBundle.box} only the content
+    For example, a #{demoBundle.popup} is hidden completely while for #{demoBundle.box} only the content
     could be hidden.</p>
 
   <tc:section label="States">
     <p>There are three possible states - visible, hidden and absent.
-      The states are explained using the following #{overviewBundle.box}es.</p>
+      The states are explained using the following #{demoBundle.box}es.</p>
     <p>The 'visible' state show the content of the box like you expected.
       <br/>
       The 'hidden' state hide the content via CSS. You can see is still in the source code.

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/65-accessKey/accessKey.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/65-accessKey/accessKey.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/65-accessKey/accessKey.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/65-accessKey/accessKey.xhtml Thu Nov 24 10:37:03 2016
@@ -20,7 +20,7 @@
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:f="http://java.sun.com/jsf/core">
-  <ui:param name="title" value="#{overviewBundle.accessKey}"/>
+  <ui:param name="title" value="#{demoBundle.accessKey}"/>
   <p>The <code>accessKey</code> attribute is available for many components like buttons, checkboxes or links.
     A component with this attribute is accessible by the given character. The character is not case sensitive.</p>
   <p>Logging the accessKey can be configured by setting the category
@@ -34,16 +34,16 @@
              link="https://developer.mozilla.org/de/docs/Web/HTML/Global_attributes/accesskey"/>.</p>
   <p>Tag Library Documentation:
     <tc:link label="&lt;tc:button/>" image="image/feather-leaf.png"
-             link="#{overviewBundle.tagDocUrl}/button.html"/>
+             link="#{demoBundle.tagDocUrl}/button.html"/>
     |
     <tc:link label="&lt;tc:checkbox/>" image="image/feather-leaf.png"
-             link="#{overviewBundle.tagDocUrl}/checkbox.html"/>
+             link="#{demoBundle.tagDocUrl}/checkbox.html"/>
     |
     <tc:link label="&lt;tc:link/>" image="image/feather-leaf.png"
-             link="#{overviewBundle.tagDocUrl}/link.html"/>
+             link="#{demoBundle.tagDocUrl}/link.html"/>
     |
     <tc:link label="&lt;tc:label/>" image="image/feather-leaf.png"
-             link="#{overviewBundle.tagDocUrl}/label.html"/></p>
+             link="#{demoBundle.tagDocUrl}/label.html"/></p>
 
   <tc:section label="Basics">
     <p>The accesskey is set to 'a'. Notice, that the 'A' in the label of the button has an underscore.</p>
@@ -65,14 +65,14 @@
     </tc:button>
   </tc:section>
 
-  <tc:section label="#{overviewBundle.input}">
+  <tc:section label="#{demoBundle.input}">
     <p>The <code>accessKey</code> is also available for input fields.
       An input field will get the focus after pressing the accesskey.</p>
-    <tc:section label="#{overviewBundle.in}">
+    <tc:section label="#{demoBundle.in}">
       <pre><code class="language-markup">&lt;tc:in label="Input" accessKey="i"/></code></pre>
       <tc:in label="Input" accessKey="i"/>
     </tc:section>
-    <tc:section label="#{overviewBundle.textarea}">
+    <tc:section label="#{demoBundle.textarea}">
       <pre><code class="language-markup">&lt;tc:textarea label="Textarea" accessKey="t"/></code></pre>
       <tc:textarea label="Textarea" accessKey="t"/>
     </tc:section>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/70-dataAttribute/dataAttribute.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/70-dataAttribute/dataAttribute.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/70-dataAttribute/dataAttribute.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/70-dataAttribute/dataAttribute.xhtml Thu Nov 24 10:37:03 2016
@@ -21,12 +21,12 @@
                 xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="#{overviewBundle.dataAttribute} &lt;tc:dataAttribute>"/>
+  <ui:param name="title" value="#{demoBundle.dataAttribute} &lt;tc:dataAttribute>"/>
   <tc:script file="content/30-concept/70-dataAttribute/dataAttribute.js"/>
   <p>Add a data attribute to an UIComponent with <code class="language-markup">&lt;tc:dataAttribute/></code>.
     The data attribute is added to the parent and can be used by scripts.</p>
   <tc:link label="Tag Library Documentation" image="image/feather-leaf.png"
-           link="#{overviewBundle.tagDocUrl}/dataAttribute.html"/>
+           link="#{demoBundle.tagDocUrl}/dataAttribute.html"/>
 
   <tc:section label="Example">
     <p>Each box contains a panel with a data attribute.

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/80-security/20-roles/roles.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/80-security/20-roles/roles.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/80-security/20-roles/roles.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/80-security/20-roles/roles.xhtml Thu Nov 24 10:37:03 2016
@@ -21,7 +21,7 @@
                 xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="#{overviewBundle.roles}"/>
+  <ui:param name="title" value="#{demoBundle.roles}"/>
   <p>It is possible to define roles for users. Based on this roles, components with an <code>action</code> attribute
     like a button are enabled or disabled for the current user.</p>
 

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/concept.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/concept.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/concept.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/concept.xhtml Thu Nov 24 10:37:03 2016
@@ -20,7 +20,7 @@
 <ui:composition template="/main.xhtml"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns="http://www.w3.org/1999/xhtml">
-  <ui:param name="title" value="#{overviewBundle.concept}"/>
+  <ui:param name="title" value="#{demoBundle.concept}"/>
   <p>In this section the different concepts of Tobago are described
     like the concept of validation, forms, layouts or access keys.</p>
 </ui:composition>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/10-tx/tx.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/10-tx/tx.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/10-tx/tx.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/10-tx/tx.xhtml Thu Nov 24 10:37:03 2016
@@ -20,7 +20,7 @@
 <ui:composition template="/main.xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="#{overviewBundle.tx}"/>
+  <ui:param name="title" value="#{demoBundle.tx}"/>
   <p>The TX-library is no longer supported. Use components from the TC-library.</p>
 
   <tc:section label="Replacements">
@@ -38,7 +38,7 @@
     <tc:section label="&lt;tx:menuCheckbox> &lt;tx:menuRadio>">
       <p><code class="language-markup">&lt;tc:menu></code> is deprecated.
         Use dropdown-menus instead. Have a look at 'Dropdown'-section of the
-        <tc:link label="#{overviewBundle.button_link}"
+        <tc:link label="#{demoBundle.button_link}"
                  link="/faces/content/20-component/040-command/00-button+link/button+link.xhtml"/> page.</p>
     </tc:section>
     <tc:section label="&lt;tx:time">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/15-suggest-method/suggest-method.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/15-suggest-method/suggest-method.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/15-suggest-method/suggest-method.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/15-suggest-method/suggest-method.xhtml Thu Nov 24 10:37:03 2016
@@ -21,12 +21,12 @@
                 xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="#{overviewBundle.suggest_method} &lt;tc:suggest&gt;"/>
+  <ui:param name="title" value="#{demoBundle.suggest_method} &lt;tc:suggest&gt;"/>
   <p>The <code>suggestMethod</code> attribute of <code class="language-markup">&lt;tc:suggest/></code>
     is deprecated.
     Please use <code class="language-markup">&lt;tc:selectItems/></code> instead.
     For more examples please have a look at the
-    <tc:link label="#{overviewBundle.suggest}" link="/faces/content/20-component/010-input/20-suggest/suggest.xhtml"/>
+    <tc:link label="#{demoBundle.suggest}" link="/faces/content/20-component/010-input/20-suggest/suggest.xhtml"/>
     section.</p>
 
   <tc:section label="Deprecated">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/20-toolBar/toolBar.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/20-toolBar/toolBar.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/20-toolBar/toolBar.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/20-toolBar/toolBar.xhtml Thu Nov 24 10:37:03 2016
@@ -21,20 +21,20 @@
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:f="http://java.sun.com/jsf/core">
-  <ui:param name="title" value="#{overviewBundle.toolBar} &lt;tc:toolBar>"/>
+  <ui:param name="title" value="#{demoBundle.toolBar} &lt;tc:toolBar>"/>
   <p><code class="language-markup">&lt;tc:toolBar/></code> and
     <code class="language-markup">&lt;tc:toolBarCommand/></code> are deprecated.
-    To replace a toolbar in the header of a component use <tc:link label="#{overviewBundle.buttons}"
+    To replace a toolbar in the header of a component use <tc:link label="#{demoBundle.buttons}"
                                                                    link="/faces/content/20-component/040-command/20-buttons/buttons.xhtml"/> or
-    <tc:link label="#{overviewBundle.links}"
+    <tc:link label="#{demoBundle.links}"
              link="/faces/content/20-component/040-command/25-links/links.xhtml"/> instead.
     To replace a plain toolbar, use
-    <tc:link label="#{overviewBundle.bar}"
+    <tc:link label="#{demoBundle.bar}"
              link="/faces/content/20-component/050-container/60-bar/bar.xhtml"/>.</p>
 
   <tc:section label="Content Box Header">
     <p>The first box show the deprecated version of a toolbar.
-      The second and the third one are solutions with #{overviewBundle.buttons} and #{overviewBundle.links}.</p>
+      The second and the third one are solutions with #{demoBundle.buttons} and #{demoBundle.links}.</p>
 
     <p>Instead of <code class="language-markup">&lt;f:facet name="toolBar"/></code>
       use <code class="language-markup">&lt;f:facet name="bar"/></code>.</p>
@@ -45,7 +45,7 @@
       use <code class="language-markup">&lt;tc:button/></code>
       or <code class="language-markup">&lt;tc:link/></code>.</p>
 
-    <tc:box label="#{overviewBundle.buttons}">
+    <tc:box label="#{demoBundle.buttons}">
       <f:facet name="bar">
         <tc:buttons>
           <tc:button label="Text Button"/>
@@ -59,7 +59,7 @@
       </f:facet>
       <p>Content</p>
     </tc:box>
-    <tc:box label="#{overviewBundle.links}">
+    <tc:box label="#{demoBundle.links}">
       <f:facet name="bar">
         <tc:links>
           <tc:link label="Text Link"/>
@@ -85,7 +85,7 @@
 &lt;/tc:toolBar></code></pre>
     </tc:section>
 
-    <tc:section label="#{overviewBundle.bar}">
+    <tc:section label="#{demoBundle.bar}">
       <pre><code class="language-markup">&lt;tc:bar>
   &lt;tc:buttons>
     &lt;tc:button label="Text Button"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/25-menubar/menubar.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/25-menubar/menubar.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/25-menubar/menubar.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/25-menubar/menubar.xhtml Thu Nov 24 10:37:03 2016
@@ -22,7 +22,7 @@
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:f="http://java.sun.com/jsf/core">
-  <ui:param name="title" value="#{overviewBundle.menubar}"/>
+  <ui:param name="title" value="#{demoBundle.menubar}"/>
 
   <p><code class="language-markup">&lt;tc:menubar></code>,
     <code class="language-markup">&lt;tc:menu></code>,
@@ -32,7 +32,7 @@
     <code class="language-markup">&lt;tc:buttons></code> tag instead.
 <br/>
     For a dropdownmenus have a look at the 'Dropdown' section on the
-    <tc:link label="#{overviewBundle.button_link}"
+    <tc:link label="#{demoBundle.button_link}"
              link="/faces/content/20-component/040-command/00-button+link/button+link.xhtml"/> page.
     <br/>
     To add a separator just use <code class="language-markup">&lt;tc:separator/></code>.</p>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/70-grid-layout/grid-layout.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/70-grid-layout/grid-layout.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/70-grid-layout/grid-layout.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/70-grid-layout/grid-layout.xhtml Thu Nov 24 10:37:03 2016
@@ -22,19 +22,19 @@
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:f="http://java.sun.com/jsf/core">
-  <ui:param name="title" value="#{overviewBundle.grid_layout} (deprecated)"/>
+  <ui:param name="title" value="#{demoBundle.grid_layout} (deprecated)"/>
   <p>The GridLayout is deprecated. Instead you should use FlexLayout or SegmentLayout.
     In the first section on this page, there is a typical GridLayout example.
     The second section show how it's done with FlexLayout.</p>
   <p>Tag Library Documentation:
     <tc:link label="&lt;tc:gridLayout/>" image="image/feather-leaf.png"
-             link="#{overviewBundle.tagDocUrl}/gridLayout.html"/>
+             link="#{demoBundle.tagDocUrl}/gridLayout.html"/>
     |
     <tc:link label="&lt;tc:flexLayout/>" image="image/feather-leaf.png"
-             link="#{overviewBundle.tagDocUrl}/flexLayout.html"/>
+             link="#{demoBundle.tagDocUrl}/flexLayout.html"/>
     |
     <tc:link label="&lt;tc:segmentLayout/>" image="image/feather-leaf.png"
-             link="#{overviewBundle.tagDocUrl}/segmentLayout.html"/></p>
+             link="#{demoBundle.tagDocUrl}/segmentLayout.html"/></p>
 
   <tc:section label="GridLayout">
     <tc:box label="Personal Information">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/deprecated.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/deprecated.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/deprecated.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/deprecated.xhtml Thu Nov 24 10:37:03 2016
@@ -20,6 +20,6 @@
 <ui:composition template="/main.xhtml"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns="http://www.w3.org/1999/xhtml">
-  <ui:param name="title" value="#{overviewBundle.deprecated}"/>
+  <ui:param name="title" value="#{demoBundle.deprecated}"/>
   <p>This section list all deprecated components with the appropriate solution.</p>
 </ui:composition>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/1040-date/date.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/1040-date/date.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/1040-date/date.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/1040-date/date.xhtml Thu Nov 24 10:37:03 2016
@@ -21,7 +21,7 @@
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xsi:schemaLocation="http://myfaces.apache.org/tobago/component ">
-  <ui:param name="title" value="#{overviewBundle.date}"/>
+  <ui:param name="title" value="#{demoBundle.date}"/>
 
   <tc:date id="dateNoPattern"/>
   <tc:button label="Submit"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/3000-sheet/10-sheet-types/sheet-types.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/3000-sheet/10-sheet-types/sheet-types.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/3000-sheet/10-sheet-types/sheet-types.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/3000-sheet/10-sheet-types/sheet-types.xhtml Thu Nov 24 10:37:03 2016
@@ -21,7 +21,7 @@
                 xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="#{overviewBundle.sheet_types}"/>
+  <ui:param name="title" value="#{demoBundle.sheet_types}"/>
   <tc:sheet value="#{sheetController.solarList}" id="sheet" var="luminary"
             columns="50px;70px;70px;10px;90px;160px;100px;70px;180px;90px;130px"
             rows="10">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/3000-sheet/20-1000-entries/1000-entries.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/3000-sheet/20-1000-entries/1000-entries.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/3000-sheet/20-1000-entries/1000-entries.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/3000-sheet/20-1000-entries/1000-entries.xhtml Thu Nov 24 10:37:03 2016
@@ -21,7 +21,7 @@
                 xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="#{overviewBundle.sheet_types}"/>
+  <ui:param name="title" value="#{demoBundle.sheet_types}"/>
   <tc:sheet value="#{sheetController.hugeSolarList}" id="sheet" var="luminary"
             rows="10" markup="small" >
     <tc:column label="Name">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4000-button+link/button+link.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4000-button%2Blink/button%2Blink.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4000-button+link/button+link.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4000-button+link/button+link.xhtml Thu Nov 24 10:37:03 2016
@@ -20,7 +20,7 @@
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:f="http://java.sun.com/jsf/core">
-  <ui:param name="title" value="#{overviewBundle.button_link}"/>
+  <ui:param name="title" value="#{demoBundle.button_link}"/>
 
   <tc:section label="Standard">
     <tc:buttons>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4000-button+link/x-action.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4000-button%2Blink/x-action.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4000-button+link/x-action.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4000-button+link/x-action.xhtml Thu Nov 24 10:37:03 2016
@@ -19,7 +19,7 @@
                 xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="#{overviewBundle.button_link} &lt;tc:link> &lt;tc:button>"/>
+  <ui:param name="title" value="#{demoBundle.button_link} &lt;tc:link> &lt;tc:button>"/>
   <tc:section id="actionSection" label="Action">
     <p>This page should be accessed by an link/button with <code>action</code> attribute.</p>
     <tc:button id="back" label="Back" link="button+link.xhtml"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4000-button+link/x-link.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4000-button%2Blink/x-link.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4000-button+link/x-link.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4000-button+link/x-link.xhtml Thu Nov 24 10:37:03 2016
@@ -19,7 +19,7 @@
                 xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="#{overviewBundle.button_link} &lt;tc:link> &lt;tc:button>"/>
+  <ui:param name="title" value="#{demoBundle.button_link} &lt;tc:link> &lt;tc:button>"/>
   <tc:section id="linkSection" label="Link">
     <p>This page should be accessed by an link/button with <code>link</code> attribute.</p>
     <tc:button id="back" label="Back" link="button+link.xhtml"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/60000-manual/4000-button+link/button+link.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/60000-manual/4000-button%2Blink/button%2Blink.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/60000-manual/4000-button+link/button+link.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/60000-manual/4000-button+link/button+link.xhtml Thu Nov 24 10:37:03 2016
@@ -20,7 +20,7 @@
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:f="http://java.sun.com/jsf/core">
-  <ui:param name="title" value="#{overviewBundle.button_link} &lt;tc:link> &lt;tc:button>"/>
+  <ui:param name="title" value="#{demoBundle.button_link} &lt;tc:link> &lt;tc:button>"/>
   <tc:section label="&lt;button> - &lt;a>">
     <p>The left link is rendered as a <code>&lt;button></code>, the right side is rendered as an <code>&lt;a></code>.
       Both representations have to be similar.</p>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/60000-manual/manual.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/60000-manual/manual.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/60000-manual/manual.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/60000-manual/manual.xhtml Thu Nov 24 10:37:03 2016
@@ -20,6 +20,6 @@
 <ui:composition template="/main.xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="#{overviewBundle.manual}"/>
+  <ui:param name="title" value="#{demoBundle.manual}"/>
   <p>This section contain manual tests, which are not covered by QUnitTests.</p>
 </ui:composition>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/init.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/init.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/init.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/init.xhtml Thu Nov 24 10:37:03 2016
@@ -21,8 +21,8 @@
         xmlns:f="http://java.sun.com/jsf/core"
         xmlns:tc="http://myfaces.apache.org/tobago/component">
 
-  <tc:loadBundle basename="overview" var="overviewBundle"/>
-  <tc:page applicationIcon="icon/favicon.ico" label="#{overviewBundle.pageTitle}" id="page">
+  <tc:loadBundle basename="demo" var="demoBundle"/>
+  <tc:page applicationIcon="icon/favicon.ico" label="#{demoBundle.pageTitle}" id="page">
 
     <!-- this event will forward to the first node of the navitation menu after loading -->
     <tc:event event="load" action="#{navigationState.gotoFirst}"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/login.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/login.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/login.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/login.xhtml Thu Nov 24 10:37:03 2016
@@ -21,7 +21,7 @@
                 xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="#{overviewBundle.login}"/>
+  <ui:param name="title" value="#{demoBundle.login}"/>
   <p>This login site is only to demonstrate roles.
     After login, you will be redirected to the roles page.</p>
 

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml Thu Nov 24 10:37:03 2016
@@ -24,7 +24,7 @@
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns="http://www.w3.org/1999/xhtml">
   <f:view locale="#{clientConfigController.locale}">
-    <tc:page applicationIcon="icon/favicon.ico" label="#{overviewBundle.pageTitle} - #{title}" id="page">
+    <tc:page applicationIcon="icon/favicon.ico" label="#{demoBundle.pageTitle} - #{title}" id="page">
 
       <!--
             <tc:dataAttribute name="tobago-log-level" value="DEBUG"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml Thu Nov 24 10:37:03 2016
@@ -39,14 +39,14 @@
 
         <tc:links id="commands">
 
-          <tc:link id="config" label="#{overviewBundle.menu_config}" omit="true">
-            <tc:link label="#{overviewBundle.menu_themes}" omit="true">
+          <tc:link id="config" label="#{demoBundle.menu_config}" omit="true">
+            <tc:link label="#{demoBundle.menu_themes}" omit="true">
               <tc:selectOneRadio value="#{clientConfigController.theme}">
                 <tc:event action="#{clientConfigController.submit}"/>
                 <tc:selectItems value="#{clientConfigController.themeItems}"/>
               </tc:selectOneRadio>
             </tc:link>
-            <tc:link label="#{overviewBundle.menu_locale}">
+            <tc:link label="#{demoBundle.menu_locale}">
               <tc:selectOneRadio value="#{clientConfigController.locale}">
                 <tc:event action="#{clientConfigController.submit}"/>
                 <tc:selectItems value="#{clientConfigController.localeItems}"/>
@@ -55,10 +55,10 @@
             <tc:link action="#{demo.resetSession}" label="Reset"/>
           </tc:link>
 
-          <tc:link label="#{overviewBundle.menu_help}" omit="true">
-            <tc:link label="#{overviewBundle.menu_about}" omit="true">
+          <tc:link label="#{demoBundle.menu_help}" omit="true">
+            <tc:link label="#{demoBundle.menu_about}" omit="true">
               <tc:dataAttribute name="alert-text"
-                                value="#{overviewBundle.pageTitle} - #{info.version} - #{overviewBundle.tobago_url}"/>
+                                value="#{demoBundle.pageTitle} - #{info.version} - #{demoBundle.tobago_url}"/>
             </tc:link>
             <tc:link link="http://myfaces.apache.org/tobago" label="Tobago in the Web"/>
             <tc:link action="/server-info.xhtml" immediate="true" label="Server Info" disabled="#{! info.enabled}"/>
@@ -108,15 +108,15 @@
                      image="fa-angle-left"
                      action="#{navigationState.gotoPrevious}"
                      disabled="#{navigationState.first}"
-                     tip="#{overviewBundle.footer_previous}"/>
+                     tip="#{demoBundle.footer_previous}"/>
           <tc:button immediate="true" id="next"
                      image="fa-angle-right"
                      action="#{navigationState.gotoNext}"
                      disabled="#{navigationState.last}"
-                     tip="#{overviewBundle.footer_next}"/>
+                     tip="#{demoBundle.footer_next}"/>
           <tc:button action="#{navigationState.toggleViewSource}"
                      image="fa-code"
-                     immediate="true" tip="#{overviewBundle.footer_viewSource}"/>
+                     immediate="true" tip="#{demoBundle.footer_viewSource}"/>
           <tc:button id="runtest"
                      link="/faces/test.xhtml"
                      label="Run Test"

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/plain.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/plain.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/plain.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/plain.xhtml Thu Nov 24 10:37:03 2016
@@ -22,7 +22,7 @@
                 xmlns:ui="http://java.sun.com/jsf/facelets">
 
   <f:view locale="#{clientConfigController.locale}">
-    <tc:loadBundle basename="overview" var="overviewBundle"/>
+    <tc:loadBundle basename="demo" var="demoBundle"/>
     <tc:page label="Test" id="page">
 
       <ui:insert/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/404.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/404.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/404.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/404.xhtml Thu Nov 24 10:37:03 2016
@@ -18,7 +18,6 @@
 
 <f:view xmlns:f="http://java.sun.com/jsf/core"
         xmlns:tc="http://myfaces.apache.org/tobago/component">
-  <tc:loadBundle basename="overview" var="overviewBundle"/>
   <tc:page label="404 - page not found" id="page" width="1000px" height="750px">
     <f:facet name="layout">
       <tc:gridLayout/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/500.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/500.xhtml?rev=1771107&r1=1771106&r2=1771107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/500.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/500.xhtml Thu Nov 24 10:37:03 2016
@@ -18,7 +18,6 @@
 
 <f:view xmlns:f="http://java.sun.com/jsf/core"
         xmlns:tc="http://myfaces.apache.org/tobago/component">
-  <tc:loadBundle basename="overview" var="overviewBundle"/>
   <tc:page label="500 - server error" id="page" width="1000px" height="750px">
     <f:facet name="layout">
       <tc:gridLayout/>