Ayeps / gmaps4jsf

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

Draggable Marker's latitude, longitute attribute does not change on Backing Bean? #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Draggable Marker does not change value of Backing Bean's mapped attribute. 
I think, I am doing something wrong?

<m:marker draggable="true" longitude="#{MapBean.longitude}"
                              latitude="#{MapBean.latitude}"/>

  <managed-bean>
    <managed-bean-name>MapBean</managed-bean-name>
    <managed-bean-class>com.test.MapBean</managed-bean-class>
    <managed-bean-scope>request</managed-bean-scope>
  </managed-bean>

Original issue reported on code.google.com by onurrak...@gmail.com on 10 Dec 2008 at 3:35

GoogleCodeExporter commented 9 years ago

Original comment by Hazem.sa...@gmail.com on 29 Dec 2008 at 1:42

GoogleCodeExporter commented 9 years ago
Good Bug ;)

Original comment by Hazem.sa...@gmail.com on 5 Jan 2009 at 7:59

GoogleCodeExporter commented 9 years ago
Hi and a big Thank-You! for writing this great component.

Is the fix to this "good bug" ;-) included in 1.1.1? I tried, but it doesn't 
seem to
work. 
Also: Will this also work for the center of a map? e.g.:

Will
  <m:map longitude="#{MapBean.lon}" latitude="#{MapBean.lat}"/>

also set the backing been when the center of the map has been moved?

Original comment by skgoo...@wikisquare.de on 17 Jan 2009 at 12:50

GoogleCodeExporter commented 9 years ago

Original comment by Hazem.sa...@gmail.com on 13 Apr 2009 at 5:52

GoogleCodeExporter commented 9 years ago

Original comment by Hazem.sa...@gmail.com on 13 Apr 2009 at 5:54

GoogleCodeExporter commented 9 years ago
skgoo: Sorry for the late, I did not see your comment, you will find this bug 
fix in
1.1.2 latest snapshot.

Original comment by Hazem.sa...@gmail.com on 29 May 2009 at 1:00