Hi,
I am trying to read the site name thru my Java and I found the pagescopedata has the information that I needed like these
mId [ ]
mName [ ]
mDirectory [ ]
mStartPage [ ]
mLoginPage [ ]
mErrorPage [ ]
mIsPrivate [ ]
mBranch [ ]
mPath [ ]
mAdminServer [ ]
mAnalyticsUrl [ ]
mLocale [ ]
mMasterSiteId [
mPageLayoutConfigInfo [ ]
mInternalProperties [ ]
mApplicationType [ ]
But how do I get the values of these? I tried to get the value thru context.getPageScopeData() and it prints {} and not the other value.
Any help is much appreciated.
Thank you.