Closed GoogleCodeExporter closed 8 years ago
Fixed here:
http://gmaps4jsf.googlecode.com/files/gmaps4jsf-1.1.4-preRelease1.jar
In GMaps4JSF 1.1.4 preRelease1.
Original comment by Hazem.sa...@gmail.com
on 28 Aug 2010 at 6:14
Hello,
just tested with this new download link and a:ajax won't work. Downgrading to
1.1.3-u3 and restarting web app makes ajax work again.
Also, I've seen that
The m:polyline code that is working OK form me in 1.1.3 and not in 1.1.4-pre:
<m:polyline lineWidth="1"><ui:repeat value="${gmapsView.cervatOH2.track}" var="point">
<m:point latitude="#{point.latitude+0.0016}" longitude="#{point.longitude}"/>
</ui:repeat></m:polyline>
Ajax code not working for me in 1.1.4-pre:
<h:commandLink id="cmdShow2" value="CervatOH2"
action="#{gmapsView.selectCervatOH2}">
<f:ajax render="mapGroup2"/>
</h:commandLink>
Also, a custom ajax auto-reload that also worked in 1.1.3:
<ez:poll id="poll4" interval="5000" timeout="10000"
render="gmapsForm:mapGroup2"/>
Thanks,
Ignacio
Original comment by ignaciod...@gmail.com
on 28 Aug 2010 at 11:49
For the Ajax part:
We deprecated the (renderOnWindowLoad) attribute.
So please remove the (renderOnWindowLoad="false") and use
(partiallyTriggered="true") instead.
I will develop a testcase for the m:polyline case soon.
Original comment by Hazem.sa...@gmail.com
on 28 Aug 2010 at 11:53
Does the Ajax works with you now?
Original comment by Hazem.sa...@gmail.com
on 31 Aug 2010 at 11:02
Original issue reported on code.google.com by
Hazem.sa...@gmail.com
on 28 Aug 2010 at 5:39