Re: JQuery and EasyUI problems of migrating Tapestry 5.3.8 to 5.5.0+

2021-07-27 Thread fred fred
Hi Thiago, Thank you for you kind reply. I did tried different combinations. With JQuery 3+, there is no need to add JQuery lib to the context asset, just override conf.override("jquery-library","Jquery.3.3.1.js"). It's only in core stack. But for JQuery with lower version, it must be added to Jav

Re: JQuery and EasyUI problems of migrating Tapestry 5.3.8 to 5.5.0+

2021-07-27 Thread Thiago H. de Paula Figueiredo
Hello! I believe the problem here is that it seems your code is preventing Require.js from being loaded, thus causing the Uncaught TypeError: require is not a function error and completely breaking the whole Tapestry's own JavaScript. I'd try avoiding overriding/adding again the jQuery library, wh

JQuery and EasyUI problems of migrating Tapestry 5.3.8 to 5.5.0+

2021-07-26 Thread fred fred
Hello! Almost 7 Several years ago I developed an application with Tapestry 5.3.8 + EasyUI 1.3.5 (with JQuery 1.8.3) + tomcat 8.0+JDK8+Spring+OpenJPA. Now for some reason I have to migrate the JDK8 to OpenJDK11. So I have to upgrade Tapestry to version 5.5.0 or higher. I did below things: JquerySt