The problem is that we have extended the Array object to simulate a hash table. A hash table as you know uses key/value pairs which we simulate by adding dynamic properties to the array object when a new key/value is added. So the property you add globally using prototype shows up as a key/value pair on our custom object due to the way we implement our custom Hashtable. Is there a reason that you must override all Arrays using protoype created on the page instead of just these custom functions to the one your working with? Anyone who uses this hashtable implementation by extending the Array object (which we found all over the net) will get additional entries when using AjaxPro.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ -~----------~----~----~----~------~----~------~--~---
