Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The "Tapestry5HowToCreateAConfigureableService" page has been changed by 
DanielCaldeweyher.
The comment on this change is: better configuration key name.
http://wiki.apache.org/tapestry/Tapestry5HowToCreateAConfigureableService?action=diff&rev1=3&rev2=4

--------------------------------------------------

      } 
      public static void 
contributeSymbolSource(OrderedConfiguration<SymbolProvider> configuration,
          @InjectService("PayPalPropertiesFileSymbolProvider") SymbolProvider 
payPalPropertiesFileSymbolProvider) {
-         configuration.add("ClasspathPropertiesFile", 
payPalPropertiesFileSymbolProvider, "after:SystemProperties", 
"before:ApplicationDefaults");
+         configuration.add("PayPalPropertiesFile", 
payPalPropertiesFileSymbolProvider, "after:SystemProperties", 
"before:ApplicationDefaults");
      } 
  }
  }}}

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to