You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2008/06/08 23:42:20 UTC

svn commit: r664561 - /tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml

Author: hlship
Date: Sun Jun  8 14:42:20 2008
New Revision: 664561

URL: http://svn.apache.org/viewvc?rev=664561&view=rev
Log:
TAPESTRY-1997: PersistentLocale is lower-casing locales

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml

Modified: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml?rev=664561&r1=664560&r2=664561&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml Sun Jun  8 14:42:20 2008
@@ -32,14 +32,16 @@
                             </li>
                         </ul>
 
-                        <h4>Fabricated classes:</h4>
+                        <h4>Infrastructure</h4>
 
                         <dl>
-                            <dt>IOC Layer: ${iocClassFactory.createdClassCount}</dt>
+                            <dt>IOC Layer: ${iocClassFactory.createdClassCount} classes</dt>
                             <dd>Service proxies and interceptors</dd>
 
-                            <dt>Component Layer: ${componentClassFactory.createdClassCount}</dt>
+                            <dt>Component Layer: ${componentClassFactory.createdClassCount} classes</dt>
                             <dd>For the most part, this is going to be prop: bindings</dd>
+                            <dt>Locale:</dt>
+                            <dd>${componentResources.locale}</dd>
                         </dl>
 
                     </div>