Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.3
Description
Tapestry is unable to find the icon and put it in the error message.
In FieldEventManager in tapestry.js the local variable to store the icon should be "icon" and not "com".
Tapestry.FieldEventManager = Class.create({
...
getIcon : function() {
if (!this.icon)
return this.icon;
},
...