Hello,
I am using the populator component in Backbase, but one thing I would like to know is when the populator has finished loading the given URL. It seems to me that this will involve extending the populator to have some sort of callback function, so that whatever component is invoking the populator can perform some action on the newly loaded data. I'm wondering if you have any thoughts about the best way to proceed down this path. Any ideas/tips would be appreciated!

Callback function for populator
16 November, 2007 - 16:13 — EmielHi jbackbase,
Do you mean something like what we already have for the load command? The succes attribute (or argument if you are using javascript) executes when the load process is completed successfull.
Thanks for your reply. Yes,
16 November, 2007 - 17:30 — jbackbaseThanks for your reply. Yes, using the load command is another option, but it looks like you can add an event handler for the 'load' event on the parent element of the populator, which appears to fire when the populator has finished loading. That should work for me!