In my richfaces application I'm use gmap components. I want to do some action on event "tilesloaded", but in richfaces it doesn't work. Why?
GEvent.addListener(map, 'tilesloaded', function(){
alert("test");
});
If I use "click" event then action is work.