I can find no documentation outside of one line in the release notes on the implementation of ratings on Assets in 6.1 - can someone explain to me how they are supposed to work and what value they are intended to provide?
We have a template. Some components are fixed in the template. Other components we want to allow author to drag and drop on page from sidekick. We only want a few components available in the sidekick for the author. How do we control what components are available in the sidekick? I think this is ...
My Requirement:I need to show unique/Random generated value either in Selection field or textfield.to avoid overlapping.Please some suggestion to achieve .
Hi,I have a custom two column component which works similar to 2 column component. I want to be able to drag only text component in to it. How can we restrict that? I mean from sidekick i should be able to drop only text component in to the parsys present in the component. Is it possible to achieve ...
I am based in Brazil and when i try to register myself for the webinars it just send me to adobe events page from my coutry. Registration doesnt complete.Please check unlisted video https://www.youtube.com/watch?v=TUyEdeVZuI8ANy help?Thanks.
There are two folder exist for a single page in the webserver. One is the full page name & second is for the alias. But when i check the docroot cache folder inside Apache web server. Only cache corresponding to full page path is cleared (e.g. /content/geometrixx/en/products.html in logs) because it...
Hi,I have created custom transport handler in AEM 6.0 by implementing Transporthandler@Component(immediate = true, metatype = false)@Service(TransportHandler.class)When i replicate something, my custom transport handler is not invoked. How can do I force CQ to use our custom TransportHandler impleme...
On this page: http://docs.adobe.com/docs/en/aem/6-1/author/page-authoring/managing-pages.html#Deleting%20a%20Page. There is a link to How to Restore Pages. This is supposedly the directions of restoring deleted author pages that are activated. The link goes to a publishing page with no relevant i...
Hi,I am trying to write JUnit testcases for one component using mockito and powermock frameworks.In that I am geeting nullpointer exception for getResourceResolver() method.My actual code is as belowSession session = null;session = getResourceResolver().adaptTo(Session.class);Node root = session.get...