0

Primefaces GMap 包含在 h:form 标记中时不会呈现,

<h:form>

  <p:gmap id="map" center="30.3753, 69.3451" zoom="6" type="map" model="#{branchBean.map}"></p:gmap>

</h:form>

移除封闭 h:form 标记时显示地图。

使用 primefaces 版本是 6.1

4

1 回答 1

0

我使用 id 而不是类名为 gmap 引用 css,将其从 #map 更改为 .mapStyle 并将其设置在 gmap 的 styleClass 属性中。现在它工作得很好。

于 2018-05-18T23:13:44.580 回答