1) Get the current versio of Prototype. You're not using 1.6.0 final. 2) The below means you're trying to observe an event on a non-existing element (your setupOneElementMask function calls observe on "null".
Please direct usage questions to the rails-spinoffs google group. This group is for Prototype core development only. (Please don't answer this post. Start a new post on the rails-spinoffs group.) Best, Thomas Am 04.12.2007 um 15:48 schrieb [EMAIL PROTECTED]: > observe(null, "keypress", function())prototype.js (line 3876) > setupOneElementMask(null)masks.js (line 99) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" 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/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---
