HyI want to hide Groups of Components inside the Sidekick for some users. For normal Users, some specific Groups of Components should not be visible. If the user is admin, then the groups should be visible. I found the following entry on the internet but im not sure if this could be the solution.htt...
We have component that makes jquery ajax call to load some json. This component is used in a teaser page. When I hit the teaser with teaser.html the ajax call happens and the json is rendered. But when this teaser is resolved via segmentation and when this loads the page then this ajax call does not...
Hi,I am accessing the AEM in publishing mode by running the jar file - cq5-publish-p4503.jarThe url I am using to access AEM is - http://localhost:4503/content/geometrixx-outdoors/en.htmlI want this to be configured as http://myowncontent.com/content/geometrixx-outdoors/en.htmlHow can this be acheiv...
We use live copies a lot. We set the PushOnModify rollout configuration on them.This works fine when the source page is edited in the GUI.However, when any other method is used to change properties in the source page/component (e.g. using Content Explorer, CRXDE, scripting) PushOnModify is not trigg...
Hi,I have slightly modified some SQL 2 queries from this page, but I cannot run them via CRX DE. Here's the query:SELECT * FROM [cq:Page] WHERE PATH([cq:Page]) LIKE '/nodes/%'The error message I am receiving is:Query: SELECT * FROM [cq:Page] WHERE PATH([(*)cq:Page]) LIKE '/nodes/%'; expected: LENGTH...
Hi,On using text&image OOTB component with AEM5.6.1 version on IE8 browser . In the image tab the image is not visible with domain (i.e. www.example.com/content/mysite/test) but if I try to access the same with IP address it works fine. Please help me for the above issue. Thank you
We are testing AEM 6.0(6.0.0.20140509).We want to integrate AEM 6.0 with Amazon S3.As the AEM help document, there should be an Amazon S3 Connector package.But I can't find it in the Adobe Package Share.Any help would be appreciated. regardsHeart
Hi,What is the difference between ReplicationActionType.DELETE and ReplicationActionType.DEACTIVATE?Also it would be a good idea to add this information to the JavaDoc page for ReplicationActionType.Thanks.