Re: T5.5.0-beta-3: document.observe is not a function

2020-02-12 Thread Cezary Biernacki
Hi, I don't use T5.5, but probably your code would fail in T5.4 as well. Tapestry puts JavaScript loading at the end of , as it is a general best practice for improving page loading times. I would change this in the following way: --- 1. Move JS code to a separate file that works as a module. Put

T5.5.0-beta-3: document.observe is not a function

2020-02-12 Thread Lothar Nieswandt
Hello T5-team,   I am currently in the process of porting a T5.3 application to T5.5-beta (expecting the latter to become final soon). Altough the application is rather simple and does not provider any client side customizations, I do get into trouble with some JS-related stuff.   The applicatio