darshakshah1988 / gmaps4jsf

Automatically exported from code.google.com/p/gmaps4jsf
0 stars 1 forks source link

Multiple markers from List component #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to have a maker object that can accept a list of < latitude, 
longitude> pairs like the SelectOneMenus in JSF.

This will help in displaying a trace from say a history table.

Original issue reported on code.google.com by ocho...@gmail.com on 10 Nov 2009 at 11:31

GoogleCodeExporter commented 8 years ago
Why not using ui:repeat with m:marker as follows:

http://www.jroller.com/HazemBlog/entry/ui_repeat_works_with_gmaps4jsf

Original comment by Hazem.sa...@gmail.com on 24 Nov 2009 at 10:38

GoogleCodeExporter commented 8 years ago
Thanks. I also found out how to use the Map and Marker objects in my bean. Then 
invoking the Map using the binding attribute of the map tag.

Original comment by ocho...@gmail.com on 25 Nov 2009 at 6:59

GoogleCodeExporter commented 8 years ago
Please ochomoz can you post your solution; I have a similar problem and I like 
to
solve it without the use of facelets
Thanks

Original comment by paolo...@gmail.com on 28 Nov 2009 at 12:39

GoogleCodeExporter commented 8 years ago
@paolosso:

Check this post for Edwin:
http://biemond.blogspot.com/2008/09/google-maps-for-jsf-gmaps4jsf-in.html

Original comment by Hazem.sa...@gmail.com on 24 Feb 2010 at 11:35