You are viewing this page out of context. To see it in the context it is intended please click here.
About This Page
Reply posted by Mark Teichmann on Tue 18 Sep 2007 in response to Form Validator R3.0
Re: Problems when submitting a form using AJAX
the problem appears when 'this' = span#advice-myfield.validation-advicein this prototype function, which is called in an endless loop somehow:
Element.extend.cache = {
findOrStore: function(value) {
return this[value] = this[value] || function() {
return value.apply(null, [this].concat($A(arguments)));
}
};