Where to find dom js

2022-08-16 Thread Ric 2000
Hi all, We use Version 5.4.6 of Tapestry. The script select.js uses via require a library dom.js, and also zone.js and events ja. The two latter ones are existing in modules/t5/core, but dom.js I can't find in the tapestry-core sources. Do you know where to find it? Regards, Ric

Re: Where to find dom js

2022-08-16 Thread Ben Weidig
Hi Ric, the file is preprocessed as a Gradle task of Tapestry itself to support jquery and prototype. [1] The version matching your JS provider is added as "t5/core/dom" here [2] Hope this helps! Cheers Ben [1] https://github.com/apache/tapestry-5/blob/5.4.x/tapestry-core/src/main/preprocessed-

Re: Where to find dom js

2022-08-16 Thread Ric 2000
Hi Ben, Thanks a lot. Cheers, Ric Ben Weidig schrieb am Mi., 17. Aug. 2022, 08:46: > Hi Ric, > > the file is preprocessed as a Gradle task of Tapestry itself to support > jquery and prototype. [1] > The version matching your JS provider is added as "t5/core/dom" here [2] > > Hope this helps!