How do you access bootstrap4 js bundle in tapestry 5.5

2020-09-03 Thread Charan Lingamgunta
Hello, I couldn't find anything about this in the documentation so I figured I'd ask. I'm in tapestry 5.5 and I can't seem to access bootstrap javascript files. > javascriptSupport.require("bootstrap/bootstrap.bundle"); does nothing and so does > javascriptSupport.require("bootstrap4/bootstrap.

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. org/apache/commons/lang3/S

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. > > I

Re: redirect after javascript ajax call

2020-09-03 Thread Marcel Schepers
Check this and let us know whether it's what you need: https://tapestry.apache.org/ajax-and-zones.html#AjaxandZones-Invokingserver-sideeventhandlermethodsfromJavaScript Thank you the link. It did help a bit, but it mainly made me realize that my JavaScript/jQuery knowledge is by no means suff

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 Jett