ivanocj / gmaps4jsf

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

how do I collect the values ​​of the different markers on the map? please helpme #164

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
hello
I have a question about gmaps4jsf.
I am painting a markadores on a map.
how do I capture the values ​​of all markadores that move on the map

<!--iter and paint the markers-->
                                <a4j:repeat  var="marker" value="#{Bean.markers}"   >
                                    <m:marker
                                              latitude="#{marker.latitude}"
                                              longitude="#{marker.longitude}"
                                              jsVariable="#{marker.jsVariable}"
                                              draggable="true"
                                              submitOnValueChange="true"
                                              valueChangeListener="#{Bean.cambio}"
                                             />
                                 </a4j:repeat>

What is the expected output? What do you see instead?
________________________marker_0________________________________________________
nuevo la3.4244920411784427
nuevo lo -76.54037475585938
__________________________marker_1______________________________________________
nuevo la3.4244920411784427
nuevo lo -76.54037475585938

__________________________marker_2______________________________________________
nuevo la3.4244920411784427
nuevo lo -76.54037475585938

//the values ​​of all markers are equal
//how do I collect the values ​​of the different markers on the map?

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

Please provide any additional information below.

Original issue reported on code.google.com by over.jar...@interkont.co on 26 Apr 2011 at 7:08

GoogleCodeExporter commented 8 years ago
Did you try 1.1.4: 
http://gmaps4jsf.googlecode.com/files/gmaps4jsf-examples-1.1.4-release.war ?

Original comment by Hazem.sa...@gmail.com on 9 May 2011 at 5:46

GoogleCodeExporter commented 8 years ago
yes I do probe,whit 1.1.4

but get error renderOnWindowLoad not valid according to the TLD

thanks for answer...

Original comment by jaramil...@gmail.com on 9 May 2011 at 7:37

GoogleCodeExporter commented 8 years ago
renderOnWindowLoad is changed to partiallyTriggered

Original comment by Hazem.sa...@gmail.com on 28 May 2011 at 1:49

GoogleCodeExporter commented 8 years ago

Original comment by Hazem.sa...@gmail.com on 14 Mar 2013 at 12:15