Hi,
It works with onloadcomplete instead of onxmlcomplete...
don't know why but it works !
there is no guarantee by default that the plugin it already loaded at the "onxmlcomplete" event,
so when there is a call to selectIdItem but the plugin itself is not loaded the call will fail of course,
either add
preload="true" to the plugin to make sure that it will be loaded before any actions starts,
or use the
onloaded event of the plugin to make sure that the plugin is already loaded,
best regards,
Klaus