RE: Boosting TapJQuery GMap3

2013-05-31 Thread Lance Java
It looks to me that you are passing a string for "google.maps.MapTypeId.TERRAIN" instead of the javascript constant. Try new JSONLiteral("google.maps.MapTypeId.TERRAIN")

RE: Boosting TapJQuery GMap3

2013-05-31 Thread Nomen Nomanum
on; } and in my tml file I have > Date: Fri, 31 May 2013 09:06:04 +0200 > Subject: Re: Boosting TapJQuery GMap3 > From: demey.emman...@gmail.com > To: users@tapestry.apache.org > > Hi, > > You just need to

Re: Boosting TapJQuery GMap3

2013-05-31 Thread Emmanuel DEMEY
Hi, You just need to set the parameters params of this components. It is JSON Object. It corresponds to the one provided by the jQuery widget. For callback, ,i will recommend to use JavaScript closures. You can find example in one other projet tapestry-jquery-jqgrid : https://github.com/got5/tape