Hi,
The following code snippet is throwing, we are using this code in override JSP(DSM Application)
ClassCastException: com.vignette.ext.templating.client.javabean.QueryContentComponent cannot be cast to com.vignette.vps.techtarget.CustomQueryContentComponent
CustomQueryContentComponent queryComponent = (CustomQueryContentComponent)requestContext.getRenderedManagedObject();
CustomQueryContentComponent is custom class which extends QueryContentComponent and overrided
i coudn't find any reson why its throwing ClassCastException.
createCacheKey() method.