Em Wed, 15 Oct 2008 16:28:28 -0300, Tom Zurkan
<[EMAIL PROTECTED]> escreveu:
Why are application defaults not overridable? It seems perfectly
logical that you would define something as a default in a sub module and
then want to override it in the base application module. Am I missing
something?
Overridable defaults are better defined in the contributeFactoryDefaults()
method:
public static void contributeFactoryDefaults(
MappedConfiguration<String, String> configuration) {
configuration.add("use-tapestry", "yeah!");
}
--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
Consultor, desenvolvedor e instrutor em Java
http://www.arsmachina.com.br/thiago
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]