Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
It is not a GMaps4JSF issue at all. It is a NetBeans one.
The problem is that when NetBeans 6.9 creates a JSF 2.0 project it misses the
faces-config.xml.
So to solve this issue then you should create (faces-config.xml) in the config
folder as follows:
<faces-config xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
version="2.0">
</faces-config>
Just create it empty and everything will work OK.
Kindly inform us if you want more help.
Enjoy using GMaps4JSF!
Original comment by Hazem.sa...@gmail.com
on 21 Aug 2010 at 12:38
Original issue reported on code.google.com by
kevin.ho...@gmail.com
on 19 Aug 2010 at 4:33