Primefaces org.primefaces.component.gmap.GMap class is missing

56 Views Asked by At

Hi everyone I'm trying to customize #primefaces component GMap, But in github GMap class is missing. org.primefaces.component.gmap.GMap

Github link

I'm working on PF v6.2 Please help. Thanks.

1

There are 1 best solutions below

2
On

Yes your problem is that Gmap is a template and is generated when you do "mvn clean package".

See GitHub Link: https://github.com/primefaces/primefaces/tree/master/src/main/java-templates/org/primefaces/component/gmap

It converts GMapTemplate.java to GMap.java in /target/generated/sources/