On Sat, Aug 14, 2010 at 2:59 PM, Igor Drobiazko
<igor.drobia...@gmail.com> wrote:

> In 5.1 it's not possible. As of 5.2 you can contribute a Resource from
> context or classpath to the ComponentMessagesSource service:
>
>    public static void contributeComponentMessagesSource(
>         �...@value("/foo/bar/baz.properties")
>         Resource preappResource,
>         OrderedConfiguration<Resource> configuration) {
>        configuration.add("PreApp", preappResource, "before:AppCatalog");
>    }

Well i would simply underline this nice feature... it will make my
life a lot easier! Thanks you devs!

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to