var title = delta.selectSingleNode('/delta/rendering//title/text()');
document.title = title.nodeValue.trim();
I ended up adding a check for a null title, which removed this error. BTW, title was null because it is a property set in a user control on my base page. Any ideas as to why/how I can get EnablePartialRendering to work while still inheriting from the BasePage?
If the issue was just with the title being null, then that will be fixed in the next release of Atlas. There shouldn't be any specific problems related to having a base class page when using UpdatePanels.
Thanks,
Eilon
No comments:
Post a Comment