darshakshah1988 / gmaps4jsf

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

Map does not render on xhtml page with seam 2.2 #123

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Prepare an xhtml page containing a map and some markers 
2.deploy and look at the page 
3.nothing appears except for google logo and terms of use link 

What is the expected output? What do you see instead?
expected output is the rendering of google maps. I see google logo and terms of 
use link.

What version of the product are you using? On what operating system?
GMaps4JSF 1.1.3 (Latest Release) Open Suse LINUX 10.3 firefox 2.0.0.6

Please provide any additional information below.
if I add a rich:map tag on the page I see the map rectangle and some markers 
but no map.

Original issue reported on code.google.com by salimof...@gmail.com on 24 Jul 2010 at 11:12

GoogleCodeExporter commented 8 years ago
If you are using IE.

Please make sure to set:
<h:head>

    ...
    <style>
        html, body { height: 100% }
    </style>    

</h:head>

As this is an IE issue.

Please tell me if this solves it with you.

Original comment by Hazem.sa...@gmail.com on 24 Jul 2010 at 8:21

GoogleCodeExporter commented 8 years ago
Please paste the JSP code and the generated source. We don't test using FF2 
though...

Original comment by jose.noh...@gmail.com on 25 Jul 2010 at 5:50

GoogleCodeExporter commented 8 years ago

Original comment by Hazem.sa...@gmail.com on 30 Oct 2010 at 12:28