darshakshah1988 / gmaps4jsf

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

Problem when adding gmaps4jsf to my project #176

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!

I am trying to add gmaps4jsf 1.1.4 to my project. But after those 3 steps my 
project starts up without errors, but the formatting of my start page (.css 
file) is not applied.

1) Sign up for Google Maps API, and generate a key for your website URL.
In your page HEAD element, place the Google Maps APIs script include: 
 <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=  gen_website_key" type="text/javascript"> </script> 
2)Download the latest library core jar from the project home page.
3)Place the downloaded jar in the WEB-INF/lib folder of your JSF web 
application.

If I remove the jar file from the lib folder, my startpage is normal again (css 
is applied normally). I also tried version 1.1.3 of gmaps4jsf

I am developing with netbeans 7.0.1 on Windows 7.
My project is a normal webapplication which uses JSF 2.0.

Regards

Original issue reported on code.google.com by Michael....@gmx.net on 20 Jan 2012 at 10:14

GoogleCodeExporter commented 8 years ago
Hi I'm trying to add gmaps4jsf to my project but I have a problem. The first 
step in WEB-INF folder there isn't a lib folder. I have to create a folder with 
the name lib??

Can you help me please??

I try different ways but when I try to use the tags of gmaps4jsf don't 
recognize me. I have to register in XML file something ??

Original comment by christia...@gmail.com on 13 Feb 2012 at 6:13

GoogleCodeExporter commented 8 years ago
Hi I am working on web app. I use netbeans 6.9.1 , JSF 2.0, persistence layer 
using Hibernate while Security is based on Apache Shiro 1.2

Whole application is running as supposed to until i try to include gmaps4jsf 
1.1.4 to project Libraries. 

Web app start withour errors, jsp pages are working until i try to load first 
facelets ( .xhtml ) page 

Result is failure, blank page without any error messages.

I use basic template ui composition, application core was generated following 
this tutorial http://netbeans.org/kb/docs/web/hibernate-webapp.html so there 
you can see my facelets pages format. 

Any help would be appreciated

Original comment by Peter.Pi...@gmail.com on 27 Apr 2012 at 2:56

GoogleCodeExporter commented 8 years ago
Check this:
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:17