Re: Modules not found by Tapestry 5.4.1; serving 'index' instead

2016-07-01 Thread Claude Andrew
Fantastic! Thank you, that's exactly it. On Thu, Jun 30, 2016 at 11:18 PM Chris Poulsen wrote: > change @Import(module = { "mymodule.js",}) to @Import(module = { > "mymodule"}) > > -- > Chris > > On Fri, Jul 1, 2016 at 4:31 AM, Claude Andrew > wrote: > > > I just upgraded to 5.4.1 from 5.3. I

Re: Modules not found by Tapestry 5.4.1; serving 'index' instead

2016-06-30 Thread Chris Poulsen
change @Import(module = { "mymodule.js",}) to @Import(module = { "mymodule"}) -- Chris On Fri, Jul 1, 2016 at 4:31 AM, Claude Andrew wrote: > I just upgraded to 5.4.1 from 5.3. I am switching my js libraries to > requirejs modules. Following the guide at > http://tapestry.apache.org/javascri

Modules not found by Tapestry 5.4.1; serving 'index' instead

2016-06-30 Thread Claude Andrew
I just upgraded to 5.4.1 from 5.3. I am switching my js libraries to requirejs modules. Following the guide at http://tapestry.apache.org/javascript-modules.html, I placed my module files in 'src/main/resources/META-INF/modules' and included one in a page's java class: @Import(module = { "mymodul

Modules not found by Tapestry 5.4.1; serving 'index' instead

2016-06-30 Thread Claude Andrew
I just upgraded to 5.4.1 from 5.3. I am switching my js libraries to requirejs modules. Following the guide at http://tapestry.apache.org/javascript-modules.html, I placed my module files in 'src/main/resources/META-INF/modules' and included one in a page's java class: @Import(module = { "mymodul