Re: contributeMetaDataLocator ordering....

2008-10-04 Thread Fernando Padilla
We'll read up on this stuff. Thank you. but I have more comments in line. Filip S. Adamsen wrote: Defaults for Symbols are easy. Just contribute your defaults to FactoryDefaults, and let the user override them in ApplicationDefaults: http://tapestry.apache.org/tapestry5/tapestry-ioc/symbols.ht

Re: contributeMetaDataLocator ordering....

2008-10-04 Thread Filip S. Adamsen
Hi, Defaults for Symbols are easy. Just contribute your defaults to FactoryDefaults, and let the user override them in ApplicationDefaults: http://tapestry.apache.org/tapestry5/tapestry-ioc/symbols.html Configurations are different, and have caused quite a few people problems. There's been ta

Re: contributeMetaDataLocator ordering....

2008-10-03 Thread Thiago H. de Paula Figueiredo
Em Fri, 03 Oct 2008 16:13:39 -0300, Fernando Padilla <[EMAIL PROTECTED]> escreveu: Seriously, we love tapestry. But this could totally tarnish my respect of the project; such a short sighted decision to block overrides of configuration settings! Please do not stop loving something becaus

Re: contributeMetaDataLocator ordering....

2008-10-03 Thread Fernando Padilla
Seriously, we love tapestry. But this could totally tarnish my respect of the project; such a short sighted decision to block overrides of configuration settings! And the idea that the ordering of loading up SubModules is ignored? That's just not cool either. So any ideas on how to fix this

Re: contributeMetaDataLocator ordering....

2008-10-03 Thread Thiago H. de Paula Figueiredo
Em Fri, 03 Oct 2008 15:20:38 -0300, Fernando Padilla <[EMAIL PROTECTED]> escreveu: > can you tell me why you want to change the contribution? > why not set it only once? Alright, so maybe my response below is a little rant/flame. But really, are you truly saying that Tapestry doesn't all

Re: contributeMetaDataLocator ordering....

2008-10-03 Thread Fernando Padilla
;[EMAIL PROTECTED]> 03.10.2008 02:13 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema contributeMetaDataLocator ordering I am including the annotation SubModule In one of the sub modules I call contributeMetaDataLocator and set up defaul

Re: contributeMetaDataLocator ordering....

2008-10-03 Thread Kristian Marinkovic
me why you want to change the contribution? why not set it only once? g, kris Tom Zurkan <[EMAIL PROTECTED]> 03.10.2008 02:13 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema contributeMetaDataLocator ordering I am includin

contributeMetaDataLocator ordering....

2008-10-02 Thread Tom Zurkan
I am including the annotation SubModule In one of the sub modules I call contributeMetaDataLocator and set up default values for my meta data. In my AppModule, I also call contributeMetaDataLocator to override the default. The problem is that my AppModule contribute is being called first