darshakshah1988 / gmaps4jsf

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

List-Markers #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi Sameh:
I use gmaps4jsf-core1.1.2.jar.
I found a problem using foreach to iterate a list to display markers.
I got the error in JBOSS trace :
INFO  [application] Couldn't find a factory for point; so the content of my
List was not displayed on map.
Plaese find attached my JSP page.
Thank you very mucu for your help.

Original issue reported on code.google.com by haytheme...@gmail.com on 19 Feb 2010 at 4:40

Attachments:

GoogleCodeExporter commented 8 years ago
Hello,

Please use the Facelets <ui:repeat> tag instead.

Check this example:
http://www.jroller.com/HazemBlog/entry/ui_repeat_works_with_gmaps4jsf

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