3 Replies Latest reply on Jul 17, 2009 4:41 AM by ilya_shaikovsky

    gmap with modal panel

      Is their a way to activate Google maps (gmap) with modal panel?

      This is my code at it didn't work:
      <rich:modalPanel id="mpMap" minHeight="500" minWidth="600" height="500"
      width="600" zindex="100" style="width:100%;"
      styleClass="alignOppositePadd5"
      controlsClass="alignOppositePadd5"
      headerClass="dr-mpnl-header2">
      <h:form>
      <a4j:outputPanel id="mpMapActual" ajaxRendered="true">
      <h:panelGrid styleClass="width100pr" >
      <rich:gmap gmapKey="#{msgs['gmap.api.key']}" lat="90" lng="70"/>
      </h:panelGrid>