Closed GoogleCodeExporter closed 9 years ago
Original comment by Hazem.sa...@gmail.com
on 17 Jul 2010 at 9:12
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.
I attached the fixed war with a sample working map for your reference.
Kindly inform us if you want more help.
Enjoy using GMaps4JSF!
Original comment by Hazem.sa...@gmail.com
on 24 Jul 2010 at 11:13
Attachments:
Original comment by Hazem.sa...@gmail.com
on 24 Jul 2010 at 11:13
Original issue reported on code.google.com by
heinz.r...@gmail.com
on 15 Jul 2010 at 6:47Attachments: