I have created interface IContentService and implemented that interface in java class ContentService.java.I need to call the method of java class inside my component.public interface IContentService {public JSONObject getContent(String path) throws ContentServiceExceptions,RepositoryExce...
When I am trying to create a package having filters of column control only and its dependencies and install that package in prod,I am getting the error like,javax.servlet.ServletException:java.lang.NoClassDefFoundError:com/adobe/acs/commons/wcm/tags/PlaceholderTag
There is no issue with the acs-column control component, but the thing is that I am using OOTB column control component in production server.so I don't want to install any other packages like acs-aem-common content tool.Is there any way to use column control component without installing extra packag...
Hi,I am using OOTB Page Activity Report,in that normally we are having four column like page,type,user and time similar to that my requirement is to create two more component like ontime and offtime column by which it needs to displays the activation and deactivation of the page in page activity re...
Hi,I am using OOTB Page Activity Report,in that normally we are having four column page,type,user,time.I want to include 2 more column for on/offtime by which it needs to activate and deactivate the page.
If am using Out-of-box column control component without acs-aem-common content package it is not working.What is the alternate solution to use column control component without using that package?