darshakshah1988 / gmaps4jsf

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

<m:htmlInformationWindow> is not poping up with <m:marker> tag when using inside <a4j:repeat> #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use collection(ArrayList) to repeat the marker and htmlInformationWindow.
2. Marker is displayed
3. htmlInformationWindow is not displayed when clicking on the Marker

What is the expected output? What do you see instead?
htmlInformationWindow to be displayed when clicking on the Marker

What version of the product are you using? On what operating system?
gmaps4jsf1.1.3 on linux ubuntu

Please provide any additional information below.
code below for reference

<m:map width="900px" height="500px" zoom="2" jsVariable="map1">
<a4j:repeat var="option"
value="#backing_employeelocationsmap.employeeLocation}">
            <m:marker latitude="#{option.emplatitude}"
longitude="#{option.emplongitude}" jsVariable="mark">
            </m:marker>
<m:htmlInformationWindow longitude="#{option.emplongitude}"
latitude="#{option.emplatitude}" htmlText="<B>#{option.employee}</B>"/>
            </a4j:repeat>
                                                                                    </m:map>

Original issue reported on code.google.com by somusiva07@gmail.com on 28 Apr 2010 at 2:11

GoogleCodeExporter commented 8 years ago

Original comment by jose.noh...@gmail.com on 12 May 2010 at 7:32

GoogleCodeExporter commented 8 years ago
The code is incorrect. Place the infowindow inside the marker and fix the typo 
in 
there.

Original comment by jose.noh...@gmail.com on 15 May 2010 at 10:12

GoogleCodeExporter commented 8 years ago
Thanks.

Original comment by somusiva07@gmail.com on 17 May 2010 at 4:13