The only example I've seen is in TapestryModule.java:

    public static void
contributeJavaScriptStackSource(MappedConfiguration<String, JavaScriptStack>
configuration)
    {
        configuration.addInstance(InternalConstants.CORE_STACK_NAME,
CoreJavaScriptStack.class);
        configuration.addInstance("core-datefield", DateFieldStack.class);
    }

There is a configuration.overrideInstance, so in your AppModule you can
create a wrapper around CoreJavaScriptStack and call override with it.

Or you can just create your own stack and presumably have two js files.
-- 
View this message in context: 
http://tapestry-users.832.n2.nabble.com/Combine-scripts-doesn-t-work-in-5-2-4-tp5929290p5939372.html
Sent from the Tapestry Users mailing list archive at Nabble.com.

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

Reply via email to