You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2008/03/02 20:36:40 UTC

svn commit: r632814 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry/corelib/components/PropertyEditor.java tapestry-tutorial1/src/main/resources/log4j.properties

Author: hlship
Date: Sun Mar  2 11:36:40 2008
New Revision: 632814

URL: http://svn.apache.org/viewvc?rev=632814&view=rev
Log:
TAPESTRY-2219: Enum label overrides, as outlined in the Tapestry Tutorial, no longer work

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/corelib/components/PropertyEditor.java
    tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/resources/log4j.properties

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/corelib/components/PropertyEditor.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/corelib/components/PropertyEditor.java?rev=632814&r1=632813&r2=632814&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/corelib/components/PropertyEditor.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/corelib/components/PropertyEditor.java Sun Mar  2 11:36:40 2008
@@ -129,7 +129,7 @@
         {
             public Messages getContainerMessages()
             {
-                return _resources.getContainerMessages();
+                return _overrides.getContainerMessages();
             }
 
             public String getLabel()

Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/resources/log4j.properties?rev=632814&r1=632813&r2=632814&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/resources/log4j.properties (original)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/resources/log4j.properties Sun Mar  2 11:36:40 2008
@@ -22,6 +22,8 @@
 log4j.appender.A1.layout.ConversionPattern=[%p] %c{1} %m%n
 
 log4j.category.org.apache.tapestry.TapestryFilter=info
+log4j.category.org.apache.tapestry.services.TapestryModule.ComponentClassResolver=info
+
 log4j.category.org.apache.tapestry=error
 log4j.category.tapestry=error