@cmichel: Well, you can’t specify that but you can get the id of the page that you just loaded in the “doSomething” method:
try:
doSomething = function(result)
{
console.log(result.params.id);
}
I agree, this is a rather dirty option, but if we wanted to make that better, we would have to add a functionnality to the AsyncPanels. If you’d like to do so, we could re-integrate it
@keyclipse: I don’t have time yet to build a full example, but i’ll try to take the time next week.
Jérôme