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...
Hi,I am working off an AEM 6.0 SP2 instance. I am attempting to run a consistency check with the root "/" and fix inconsistencies set to "true", and the response it displays immediately is (null).I cannot find any errors in any logs or anything that indicates an issue.Can someone please advise if m...
Hi Team,Using AEM6 Sp1 instance. Added few custom lines in /libs/granite/ui/components/foundation/page/page.jsp.After that /projects.html is looking weird.All the options in left side is showing in elaborated mode. Once i reverted the changes , even then i can able to see the same weird page. Any H...