Howdy!

I'm using Tapestry 4.1.5, and would like to use our own Dojo 1.0.2 instead of the default Dojo 0.4.3. I tried using the tacos-dojo module from the Tacos project but there are still bugs with that. I hacked a couple things in the source to get it going, but when running a simple test case of having a button associated with an @EventListener, when I click the button I get the following JS error: "tapestry.event.buildEventProperties is not a function".

I checked Tacos' adapter JS file and buildEventProperties wasn't here, but before declaring it to be a Tacos issue: tapestry.event.buildEventProperties exists in tapestry-framework-4.1.5.jar/tapestry-4.1.5/core.js, but not in tapestry-framework-4.1.5.jar/tapestry-4.1.5/skeleton/core.js, which is what the online documentation claims is the JS adapter API to provide implementations for, which probably explains why it wasn't implemented in the Tacos JS adapter-file.

Has anyone run into this and/or can tell me if I'm missing something? Is this an oversight in the skeleton/core.js, or is Tap 4.1.5 still not ready for replacing Dojo 0.4.3 with another library?

Thanks,
Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to