Hi all,

I want to contribute a messages source in a Tapestry module of a dependency project which is not a components library.
In our components library we added following in our module:

    public static void contributeComponentMessagesSource(
            @Value("***/ComponentsLib.properties") Resource componentsLib,
            OrderedConfiguration<Resource> configuration) {
        configuration.add("ComponentsLib", componentsLib);
    }

But this does not seem to work in a non components library module, is this correct? In what way can I contribute it?


Nathan


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

Reply via email to