For this topic:
dojo.event.topic.subscribe("/saveTopic",
function(data, type, e)
{
// data : text returned
// type : "before", "load" or "error"
// e : request object
if ('load' == type)
{
}
}
When my action on the server is successful the type is
set to load and things work great. However, I would
like to send some data back from the server also (in
the "data" arg, I presume.)
I posted this a week ago but got no response. Is this
better asked in the Dojo list?
Thanks,
Scott
____________________________________________________________________________________
Park yourself in front of a world of choices in alternative vehicles. Visit the
Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]