Tapestry default style sheet change doesn't seem to kick in

2022-02-15 Thread Feng Gao
Hello! I followed instructions on https://tapestry.apache.org/css.html to change Tapestry (v5.7.3) default stylesheet to use Bootstrap-4.6.1 stylesheet, instead of the default Bootstrap-4.3.1: *Tapestry 5.5.0 and later also allows you to have Tapestry not provide any CSS at all. To do

Re: Tapestry default style sheet change doesn't seem to kick in

2022-02-15 Thread Bob Harner
I'll take a crack at this. In your application module class (normally AppModule.java), set the Symbol constants.BOOTSTRAP_ROOT symbol to where your replacement bootstrap files are installed (the parent of the bootstrap css and js subfolders). As far as I understand, there are no other changes