Hi,

I've been reading through the JavaScript changes in tapestry 5.4 and the
use AMD in particular. I was able to load my custom module and other
libraries as described in documentation here :
http://tapestry.apache.org/client-side-javascript.html and here:
http://tapestry.apache.org/javascript-modules.html


Now, in my application I have a open street map control that needs to be
updated when a selection/text changes on the form. I was wondering what is
the best way to do it in T5.4?

I can potentially create a Mixin as described in jumpstart:

Not sure if that is the best way? I can also inject script directly
using javaScriptSupport.addScript
or can create a module that gets loaded and initiated when the page
finishes loading..

What would the gurus recommend? ;-)


Thank you for your assistance.

Sanket

Reply via email to