0 Replies Latest reply on Jun 1, 2010 8:26 AM by orkun

    problem on rich:gmap

    orkun

      hello

       

      when I try to display rich:gmap in a rich:modalPanel, only part of

      the google map is seen .

       

      ~~~~~~~~~~~~

       

      <rich:modalPanel id="gmapmodalPanel" autosized="true"

                  keepVisualState="false" width="500" height="500">

                  <f:facet name="controls">
                      <h:graphicImage value="./images/close3.png" style="cursor:pointer"
                          onclick="javascript:Richfaces.hideModalPanel('gmapmodalPanel');">
                      </h:graphicImage>

       

                  </f:facet>
           

             <rich:gmap id="gmap" gmapVar="map" zoom="#{haritaBean1.gmapzoom}"
                  style="width:400px;height:400px" lng="#{haritaBean1.gmaplong}"
                  lat="#{haritaBean1.gmaplat}" gmapKey="#{haritaBean1.gmapKey}">
              </rich:gmap>


                 
              </rich:modalPanel>

       

      ~~~~~~~~~~~

       

      what might be the reason ?

       

      regards