Closed GoogleCodeExporter closed 9 years ago
I saw your sample,
Please set renderOnWindowLoad="false" and try again.
Original comment by Hazem.sa...@gmail.com
on 21 May 2010 at 2:01
It still doesn't seem to work, the bean method updateLocation() is never called.
I just tried redeploying it with renderOnWindowLoad="false" (I must have
accidentally
changed it to true after testing it with false in the uploaded version) and it
still
isn't calling the bean method. I tried a similar thing with OpenLayers4JSF and
the
bean method gets called, but there are a number of other features missing in
OpenLayers4JSF, so I'd prefer to use gmaps4jsf.
Original comment by det.scot...@gmail.com
on 21 May 2010 at 2:12
I set its Priority to High.
Original comment by Hazem.sa...@gmail.com
on 21 May 2010 at 3:52
After seeing the code, I found a JavaScript error:
"Error: element is null
Source File:
http://localhost:8080/MapBug/javax.faces.resource/jsf.js.jsf?ln=javax.faces&stag
e=Development
Line: 1676"
because of the following line:
jsf.ajax.request("button1", "click", {execute: '@form', render: 'myMap'});
I fixed it by:
jsf.ajax.request(document.getElementById("frm:button1"), "click", {execute:
'@form',
render: 'myMap'});
After doing this I found the messages in the log saying that the action is
called:
"INFO: called"
So this problem is not a GMaps4JSF. GMaps4JSF responsibility ends when the
moveend
event occurs and the JS handler function is called (Which already happens). I
digged
more in the problem as I wished to make your code work.
Good Luck, and tell me if you have questions.
Original comment by Hazem.sa...@gmail.com
on 21 May 2010 at 9:57
Many many thanks, I didn't even think of doing this, but it now seems obvious in
hindsight. I was led astray by the terseness of the JSF docs. Feel free to add
and
modify that code to your examples.
Cheers
Scott.
Original comment by shamilt...@gmail.com
on 22 May 2010 at 12:48
Original comment by Hazem.sa...@gmail.com
on 22 May 2010 at 6:15
Original issue reported on code.google.com by
shamilt...@gmail.com
on 23 Apr 2010 at 6:29Attachments: