Em Mon, 13 Apr 2009 22:05:04 -0300, Amit Nithian <anith...@gmail.com> escreveu:

How does one go about using Google Maps with Tapestry? I understand how to use Google Maps JS API but am unclear about how I can integrate that into
Tapestry. I read online that it's been integrated into Tapestry at least
once but am having a tough time finding out documentation/examples about
this.

Unfortunately, I've never used the Google Maps API yet, but I guess there's nothing special about integrating it (or any other JS code) with Tapestry. All you need to know about using Javascript with Tapestry is here: http://wiki.apache.org/tapestry/Tapestry5AndJavaScriptExplained. I'm using a jQuery color picker (http://www.eyecon.ro/colorpicker/) and the only change needed was adding jQuery.noConflict() after including jQuery and replacing all jQuery's $() function calls in ColorPicker to jQuery(). You should do even less to use Google Maps API with Tapestry.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to