Hi everyone. I think that the whole 'notifyTopics' idea is great, but is there a way to pass a parameter with the topics? Because in javascript, when I use dojo.event.topic.publish('/topicName', param1, param2,...); I can pass to the subscribed function anything I need, but I don't see a way to do that inside an Ajax tag, to be triggered when the action succeeds like the 'notifyTopics' list. Any ideas?
Thanx in advance :-)