Activate of a page is stopped working in AEM6 (SP2).I'm unable to activate page using "Activate" in site admin or from the page properties, but I'm able to activate the page using activate tree. It was working before clean up the geometrixx content. Is there any relation between geometrixx content a...
Is it possible to force refresh when switching to preview mode in TouchUI?In Classic you can set the previewReload:"true" when launching the sidekick (see below), however I can't find anything similar to enable this in Touch UI.ClassicUI<script data-sly-test="${!wcmmode.disabled && !wcmInit.isTouchA...
Hi,Could you please provide inputs for the below.My actual requirement is I need to build a mobile app that has form as input and on submit gives a output similar to calculator using AEM 6.For doing such a activity I am not sure what I must know. For creating a sample form in AEM6 using phonegap d...
Hi,I have page with a lot amoun of content. After activation button is pressed ,loading bar is shown for a 2-3 mins, activation response is pending for a 2-3 mins.[img]http://i.stack.imgur.com/cWYhk.png[/img]If i use curl command :curl -u admin:admin -F cmd=activate -F ignoredeactivated=false -F onl...
I have acs-aem-commons-content-1.9.4.zip installed on AEM 6. While creating page using "Query Packager" template [from ACS AEM common], I am getting following exceptions and unable to create page successfully. Any idea what's going wrong here? Appreciate for any solution or pointers :01.05.2015 21:...
I am trying to create a live copy from a blueprint, The blueprint have few pages with sub pages.The live copy creation wizard doesn't allow me to exclude the sub pages from the parent pages. It only shows the parent page.Is there any way to achieve this?. or Is this feature supported in MSM?. I am u...
is there a way to somehow control ACL on 5.5 SP2 using cUrl? With the builtin functionalities it's close to imposisble to maintain rights for 80 groups and 300 authors. I'd like to set read, modify, create, delete, read acl, edit acl and replicate rights for LDAP groups in a convenient way. Anyone a...
I have 10,000 items data in database, and I want to migrate it into AEM 6.0. Can anyone please suggest me which is a best option to do this.1. Should I create 10,000 Pages in CQ through some Script?2. Should I store these 10,000 pages data in some catalog and create 1 Page in CQ.I have to provide a ...
Hi All,Suppose I have a page (for example : http://localhost:4502/content/geometrixx/en/toolbar/jcr:content), which has a multivalued string property(say "Custom").I want to replace existing values with (say two new values). - Can someone please provide the curl command for doing the same.Any though...
Hi,I'd like to know if it is possible to retrieve values stored in a Custom session store from a java code.I looked into the documentation but didn't find anything.is it possible?Thanks