We are trying to setup the widget configuration JSP and below code is throwing NullPointer Exception and the same code is working fine V7...
ContentType relCt = (ContentType) PropertyUtils.getAttribute(request, pageKey, CTMConstants.CONTENTTYPE);
ContentTypeData relCtd =
relCtd = (ContentTypeData) relCt.getData();
Is there any alternative or equivalent code available in V8 for this?