User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/5.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; MDDC; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Timestamp: Sun, 15 Apr 2012 14:03:56 UTC
Message: Unable to get value of the property 'nodeName': object is null or undefined
Line: 149
Char: 2
Code: 0
URI: /SpryAssets/SpryValidationSelect.js
This is the line is talking about
// find the SELECT element inside current container
if (this.element.nodeName == "SELECT") {
this.selectElement = this.element;
} else {
this.selectElement = Spry.Widget.Utils.getFirstChildWithNodeNameAtAnyLevel(this.element, "SELECT");
}
Bookmarks