I tried using a simple gmap example to start developing webapp, but it does not work for me.
I used the example of the main movie collector that I found on the web page. I have included this code <p:gmap center="41.381542, 2.122893" zoom="15" type="HYBRID" style="width:600px;height:400px" />in the template.html file.
I got this error:
javax.servlet.ServletException: /template.xhtml @39,39 <p:gmap> Tag Library supports namespace: http:
javax.faces.webapp.FacesServlet.service(FacesServlet.java:325)
I think that I am not mistaken in libraries.
The other day, I tried to create my own example using a simple map, but I got the same result.
Thank!
source
share