- 
        1. Re: Richfaces-3.2.2 - GMap-Component - Problemilya_shaikovsky Sep 10, 2008 7:42 AM (in response to kaobiore)what is you opera version? 
 could you please visit live demo gmap example. Seems works fine for us.
- 
        2. Re: Richfaces-3.2.2 - GMap-Component - Problemkaobiore Sep 10, 2008 8:19 AM (in response to kaobiore)Hi again! 
 Thanks for you answer ... I think you got me wrong.
 The above mentioned problem (rerender of gmap and/or page) is NOT a browser-specific-problem - it happens in all browsers (tested with firefox, opera 9.52, konqueror, ...).
 The initial rendering (when the site is opened for the first time) is displayed and looks ok BUT if I hit a a4j:commandButton or a4j:commandLink it looks like that the whole page is re-rendered (whenever a reRender is configured or not) and the content disappears (blank, white page) ... the browser tries to connect to maps.google.com (statusbar) and i see the sand-clock ...
 I know ... the demo-site is working (for me too) ... my site is much bigger and it's quite hard to trigger down the problem (guess I have to exact some parts of it).
 Any ideas?
 Thanks.
 Regards,
 -=k=-
- 
        3. Re: Richfaces-3.2.2 - GMap-Component - Problemilya_shaikovsky Sep 10, 2008 8:52 AM (in response to kaobiore)Ok.. please paste simplified snippet of the page and java code for button action. 
- 
        4. Re: Richfaces-3.2.2 - GMap-Component - Problemkaobiore Sep 10, 2008 10:03 AM (in response to kaobiore)Fixed! 
 "a4j:include" was causing these problems ...
 I've replaced ...<a4j:include id="gmap_content" viewId="inc/gmap_inc.jsp" /> 
 (which was working on richfaces-3.2.1)
 with ...<a4j:outputPanel style="display:block" id="gmap_content"> <%@ include file="inc/gmap_inc.jsp" %> </a4j:outputPanel> 
 - and it's working fine.
 Weird!
 Regards,
 -=k=-
 
    