0 Replies Latest reply on Jan 21, 2008 11:08 PM by quintenjiang

    How to comunication between javascript with backing bean?

      I create a gmap component with zoom controlled by #{bean.zoom}.

      I can call javascript using map.setZoom(#{bean.zoom}); But how can I set value back to (#{bean.zoom}) after I caculate zoom value in the javascript function?

      Thanks

      Quinten