ng prototype in the first place (your offered second
> solution) did the trick, so thanks a lot.
>
> Lothar
>
>
> Gesendet: Mittwoch, 12. Februar 2020 um 19:13 Uhr
> Von: "Cezary Biernacki"
> An: "Tapestry users"
> Betreff: Re: T5.5.0-beta-3: docume
nacki"
An: "Tapestry users"
Betreff: Re: T5.5.0-beta-3: document.observe is not a function
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 time
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
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