On Thursday, June 23, 2016 at 3:51:31 PM UTC+1, Rupert Smith wrote: > > On Thursday, June 23, 2016 at 3:42:16 PM UTC+1, Rupert Smith wrote: >> >> On Thursday, June 23, 2016 at 3:38:34 PM UTC+1, Rupert Smith wrote: >>> >>> I see the constructor being called with content - but no call is ever >>> registered from the template to get the content from the PageView. The >>> remainder of the template and layout renders fine, so I get a page with the >>> correct header and footer. >>> >> >> P.S. I have a sneaking suspicion an exception is being swallowed >> somewhere between the constructor call, and the template asking for the >> data... >> > > This is what I get in the output: > > <div class="container content-area"> > <div class="row"> > > </div> > > > </div> > > I have also previously been able to get similar templates to work with > this code running on Google Compute under docker. >
Ok, so I found the problem. Somehow an old version of the template is getting into the build... Its not some weird issue around jnack handlebars or DropWizard but a problem with my build process. -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
