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 2011/04/30 00:55:23 UTC

svn commit: r1097993 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java

Author: hlship
Date: Fri Apr 29 22:55:23 2011
New Revision: 1097993

URL: http://svn.apache.org/viewvc?rev=1097993&view=rev
Log:
TAP5-853: Ensure that PropertyWorker operates early, so that it sees all fields, before they are claimed by other workers

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java?rev=1097993&r1=1097992&r2=1097993&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java Fri Apr 29 22:55:23 2011
@@ -739,7 +739,7 @@ public final class TapestryModule
 
         configuration.add("InvokePostRenderCleanupOnResources", new InvokePostRenderCleanupOnResourcesWorker());
 
-        configuration.add("Property", new PropertyWorker());
+        configuration.add("Property", new PropertyWorker(), "before:Inject*");
 
         // These must come after Property, since they actually delete fields
         // that may still have the annotation