We've seen a problem where the AjaxFormSubmit script accumulates onclick
handlers for each ajax request originating from the page. The
consequence of the accumulation is that when the form is submitted, an
onclick event is executed several times (one for the original
registration and one for each ajax request). The solution we came up
with was to modify the AjaxFormSubmit.script file to register the target
function with the component only once using dojo.event.kwConnect. The
previous registration was done using dojo.event.connect.

Is this a change that should get into the release?

 

- Jay

**********************************************************************************************
IMPORTANT: The contents are intended for the named recipient(s) only and may 
contain information that is 
PRIVILEGED and/or CONFIDENTIAL.
If you have received this email in error, please destroy all copies of this 
message and it's attachments and 
then notify the system manager or the sender immediately. Do not disclose the 
contents to anyone or make 
copies thereof.
*** eSafe scanned this email for viruses, vandals, and malicious content. ***
**********************************************************************************************
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to