Re: no CSS since 5.6.0

2020-09-19 Thread Thiago H. de Paula Figueiredo
Hello, Marcel! Tapestry 5.6.1 has been released and it fixes this issue without you having to add commons-lang yourself. On Fri, Sep 4, 2020 at 4:21 PM Marcel Schepers wrote: > > > This seems to be a dependency problem. What dependency management tool > > you use? Until we have a proper fix

Re: no CSS since 5.6.0

2020-09-04 Thread Marcel Schepers
This seems to be a dependency problem. What dependency management tool you use? Until we have a proper fix for that in Tapestry itself, you can add a dependency to org.apache.commons/commons-lang 3:3.4 to your project. Maven 3 is what I am using. Adding the commons-lang 3.4 dependency

Re: no CSS since 5.6.0

2020-09-03 Thread Marcel Schepers
Oops ... why didn't I think of that myself! Anyways, I did switch off production-mode and here is the resulting error page.     Application Exception     Tapestry Version: 5.6.0     Application Version: 0-SNAPSHOT An exception has occurred processing this request.

Re: no CSS since 5.6.0

2020-09-03 Thread Thiago H. de Paula Figueiredo
On Thu, Sep 3, 2020 at 7:32 AM Marcel Schepers wrote: > Hello, > Hello! Please try running your site in production with tapestry.production-mode=off to see whether the full stack trace is shown. Attachments are discarded by the ASF mailing list server, so we cannot see your screenshot. > >

no CSS since 5.6.0

2020-09-03 Thread Marcel Schepers
Hello, I am running into a problem eversince I switched to Tapestry 5.6.0. When I deploy my web application on a standalone Jetty web server the site's CSS file generates an exception. I've included a screen dump of that exception.  This exception only occurs on my server machine running