0 Replies Latest reply on May 15, 2011 7:31 PM by iref

    Updating component properties in renderer template

    iref

      Hi,

       

      I am implementing custom component which works with google maps api. I want to bind map events like map drag end to my jsf component. I know how to register event in JSF side and in map api, but i have problem with updating new values of map properties to jsf component properties. Is there any way how i can take map property value (from javascript object) and write it to component property. Do something like #{component.attrs['latitude'] = jsMap.getLatitude();

       

      Hopefully it is understandable. Thanks for help.