Hi,
I got the same error as posted.
The solution as described does not solve my problem.
Any suggestions ?
The runtime has encountered an unexpected error.
Error source
Page Name:/startPageNew.xsp
Control Id: _id36
Exception
Error while executing JavaScript computed expression
Script interpreter error, line=3, col=43: 'applicationScope.tabconfig' is null
JavaScript code
1://print("Hn ==== " + applicationScope.tabconfig.homenav)
2: if(requestScope.activeTab === "home" || requestScope.activeTab == null){
3: return applicationScope.tabconfig.homenav;
4: }else if(requestScope.activeTab === "learning"){
5: return applicationScope.tabconfig.learningnav;
6: }else{
7: return "";
8: }