Re: Configure requirejs

2019-08-07 Thread Cezary Biernacki
Hi, in your Layout component you need to add something like: private static final ModuleConfigurationCallback CONFIGURE_WAIT_SECONDS = (config) -> config.put("waitSeconds", 120); @AfterRender public void configureRequireJS() {

Configure requirejs

2019-08-07 Thread Nathan Quirynen
Hey, How can I configure requirejs in Tapestry? I want to set the "waitSeconds" option for the whole application. How can I achieve this? Thanks, Nathan - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For