Hi,
I am using com.vignette.ext.templating.ui.displayview.DisplayViewReferenceDataImpl as Reference Data in COntent Select CCE for Display View attribute in CustomComponent.
When i try to edit the component from Preview i am seeing the below Error
"Unable to invoke method: load
Attribute name can NOT be null."
Currently we are on 8.1 this is working fine in 7.5, if i remove the Refernece Data cllas then my component is working fine, is there any specific changes we have to made for this in 8.1?
in the logs i am seeing the below error
Caused by: java.lang.IllegalArgumentException: Attribute name can NOT be null.
at weblogic.servlet.internal.AttributesMap.checkNullName(AttributesMap.java:198)
at weblogic.servlet.internal.AttributesMap.get(AttributesMap.java:94)
at weblogic.servlet.internal.ServletRequestImpl.getAttribute(ServletRequestImpl.java:732)
at com.vignette.as.ui.common.property.PropertyUtils.getPropertyPage(PropertyUtils.java:103)
at com.vignette.as.ui.common.property.PropertyUtils.getPropertyPage(PropertyUtils.java:84)
at com.vignette.ext.templating.ui.displayview.DisplayViewReferenceDataImpl.getReferenceData(DisplayViewReferenceDataImpl.java:57)
at com.vignette.ui.vcm.widget.map.VUIAbstractWidgetMap.loadWidget(VUIAbstractWidgetMap.java:339)
at com.vignette.ui.vcm.widget.map.VUIAbstractWidgetMap.createWidget(VUIAbstractWidgetMap.java:249)
at com.vignette.ui.vcm.widget.renderer.LayoutManager.getRenderer(LayoutManager.java:656)
Thanks,
Gangi.