1 Reply Latest reply on Dec 31, 2007 11:19 PM by sergeysmirnov

    Passing parameter on Objects

      I want to draw a serial of points on the Google Map. Point is class contains altitude/longtitude and name. Points are got from back bean (List).

      Using jsFunction like:

      <h:form>
      <a4j:jsFunction name="showPlace" data="#{gmBean.listPoints}" reRender="gmap" oncomplete="showPoint(data)">
      </a4j:jsFunction>
      </h:form>


      function showPoint(data) {
      }

      Question: how do I parser point Objects.



      Thanks,


      Quinten