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