So i would like to ask before I spend the time prototyping this up if you think this is a sensible approach to a problem I am trying to solve.The issue: I have an Ecommerce site with a large number of categories. I don't want to load them all into AEM if I can help it. I want to be able to have a b...
My team is starting to use Hobbes to test the components developed.We would like to create a page, add components and change the properties, but Hobbes does not seems to recognize the parsys element.P.S.: We don't have the pages with components (content)
I get the following error during the OOTB Form component submission,21.10.2015 17:51:37.543 ERROR [2.252.210.68 [1445442697208] POST /master/en/home/meta-navigation/test-form.html HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource R...
User enter search parameter on the web page. I want to pass on that request parameter to back end java class.How can I do that?Example:test-sightly.html?q=market&maxrows=25Java class SearchHelper Can someone give example?ThanksVenkat
Hi,is it possible to programmatically add permissions to a system user in AEM 6.1 (i.e. using java or maven)?This is my use case: I want to automatically create the system users and give them the needed permissions.I tried to export the permissions stored in '/jcr:system/rep:permissionStore/crx.defa...
Hi - We've encountered an issue recently with the automatic thumbnail creation when uploading certain PDFs to the DAM. I'm pretty certain it has to do with the way our pdf documents are exported from InDesign. Some images within the pdf cover page are not showing up in the thumbnail when it gets gen...
I want to revoke all permissions from a particular path; let's say /content/a/b for all users. There are around 400 users and 50 groups on the instance. I know I can go to the individual user and group id in the user admin console and revoke the permissions from the path; but is there a way by whic...
Hi,I am creating a new group where user should not have Read,Edit ECLs and Replicate permissions. But user should have move and delete permissions. I have selected all in permissions tab excluding Read,Edit ACLs and Repliucate permissions. But when i login to siteadmin with the newly created group m...
Hi,As per the documentation in the URL, ( ~~https://docs.adobe.com/docs/en/aem/6-1/administer/communities/overview/geo-tour.html),I want to access Forms Moderation console. ( •browse to http://localhost:4503 •sign in with username 'admin' and password 'admin' • browse to moderation...
I am using the cmd to create mvn archetype:generate -DarchetypeRepository=http://repo.adobe.com/nexus/content/groups/public/ -DarchetypeGroupId=com.day.jcr.vault -DarchetypeArtifactId=multimodule-content-package-archetype -DarchetypeVersion=1.0.2 -DgroupId=com.adobe.cq -DartifactId=key61 -Dversion=1...