google maps - How to refresh gmap markers in primefaces p:gmap after updating the gmap with new markers -
i have problem on project gmap component of primefaces 3.5 i'm using jsf2.0. have command button filtering on markers , important updates mapform <h:form id="epsfilterform"> <p:commandbutton action="#{mapmb.filterprojects}" value="#{bundle['filter'] }" update=":mapform" /> </h:form> mapform: <h:form id="mapform"> <p:gmap id="googlemap" center="48.849988,2.3805715" zoom="11" type="terrain" fitbounds="false" model="#{mapmb.advancedmodel}" widgetvar="wmap" style="width:1000px;height:700px;display: inline-block;" > <p:ajax event="overlayselect" listener="#{mapmb.onmarkerselect}" /> <p:gmapinfowindow> <p:outputpanel style="text-align:center;display:block;margin:auto:"> <p:panelgrid columns="2" styleclass...