You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Marcos Hernandez <ma...@gmail.com> on 2007/10/13 00:57:17 UTC

notifyTopics, with parameters?

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 :-)