I have recently upgraded the VCM 7.6 to VCM 7.6 SP2. The ephox jars were compiled and re-deployed. The existing contents opens up fine, but while saving the content by clicking the OK button, I get a java script error saying that
SCRIPT5007: Unable to set value of the property 'value': object is null or undefined
The javascript code is
function eljCallback(html) {
_appletArray[1][_appletIterator].value = html;
_appletIterator++;
if ( typeof (setDirty) == "function" ) {
setDirty( true );
}
Any ideas why this might be happening?
Thanks Ashok!