darshakshah1988 / gmaps4jsf

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

Map does not show up when using with JSF 2.0 (JSPs) #178

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Include the taglib on the page with prefix as m
2. Include the script tag with the key and other attributes
3. write <m:map latitude="20.00" longitude="70.00">

What is the expected output? What do you see instead?
Expected output is a map showing the specifying latitude and longitude on the 
map.What we observe is a blank sapce

What version of the product are you using? On what operating system?
v3 on Windows.jar version is 1.1.4

Please provide any additional information below.

Original issue reported on code.google.com by murarkaa...@gmail.com on 5 Apr 2012 at 8:06

GoogleCodeExporter commented 8 years ago
I have the same problem with the same version (1.1.4). Looking at the HTML 
output, I see that the JSF <m:map ... ></m:map> tags show up as opposed to the 
expected output to generate a map.

Please let me know what other information could help diagnose the issue.

Original comment by c...@witii.ca on 9 Aug 2012 at 9:12

GoogleCodeExporter commented 8 years ago
hi 
i am trying to migrate the gmaps4jsf version from 1.1.4 to 3.0.0
cand it is depending on jsf 2.0 .so,will you plese provide the procedure which 
i need to follow for this.

Original comment by mnagarju...@gmail.com on 14 Feb 2013 at 7:26

GoogleCodeExporter commented 8 years ago
Check the examples here:
http://www.mashups4jsf.com/gmaps4jsf-examples2-3.0.0/

And the examples code is here:
http://code.google.com/p/gmaps4jsf/source/browse/#svn%2Ftrunk%2Fexamples-jsf2%2F
src%2Fmain

Original comment by Hazem.sa...@gmail.com on 14 Mar 2013 at 12:05