Re: Custom MessageSource

2014-09-01 Thread Dimitris Zenios
Thanks for the quick reply I was hoping something like contributeMessageSource.Unfortunately I have to work it out through decorators/advisors. In my opinion contributing MessageSources is something that its good for tapestry to have. On Tue, Sep 2, 2014 at 12:29 AM, Thiago H de Paula Figueired

Re: Custom MessageSource

2014-09-01 Thread Thiago H de Paula Figueiredo
On Mon, 01 Sep 2014 18:07:17 -0300, Dimitris Zenios wrote: Hello everyone Hi! I am trying to find ways in order to contribute custom message sources other than properties file (Database for example).Is there an easy way to achieve that other than overriding ComponentMessagesSource service

Custom MessageSource

2014-09-01 Thread Dimitris Zenios
Hello everyone I am trying to find ways in order to contribute custom message sources other than properties file (Database for example).Is there an easy way to achieve that other than overriding ComponentMessagesSource service? I started by viewing the tapestry-core code and I found out that Com