Is there anyway to bind a build-in control change event in web access.
current control is:
$(this._control).children("#ProjectList").bind("change", delegate(this, this._changed));
I use this way to bind but failed.
$(this._workItem.getField("cn.jk.developer")).bind("change", delegate(this, this._Developerchanged));