column control component | Community
Skip to main content
New Participant
January 28, 2016
Solved

column control component

  • January 28, 2016
  • 4 replies
  • 1181 views

Is there any possible way to use the ACS column control component without installing the acs-aem-commons-content tool

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

Install acs commons on some local AEM instance 

Then create a package having filters of column control only and its dependencies and install that package in prod

later if you want you can uninstall acs commons package from local aem.

4 replies

New Participant
February 24, 2016

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

edubey
edubeyAccepted solution
New Participant
February 23, 2016

Install acs commons on some local AEM instance 

Then create a package having filters of column control only and its dependencies and install that package in prod

later if you want you can uninstall acs commons package from local aem.

New Participant
February 23, 2016

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 packages.

smacdonald2008
New Participant
January 28, 2016

This is the package where this column component is defined. What is the issue with installing the acs-aem-commons-content tool?