Dave Newton wrote:
I'd be immediately suspicious of your manual form submission; as a guess I'd
say that bypasses the normal form submission process, making it a non-XHR
request.
Off-the-cuff guess, though.
Dave
Absolutely positive that's it.
This line:
document.getElementById('SubscriberForm').submit();
performs a plain only non-ajax request.
MyAshok, see the dojo ajax recipes for how to cause an ajax submit using
the publish/subscribe event model.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]