Hi all! I have a question, I created a new wizard template, and now I'm trying to invoke it using a button in the asset.I'm using AEM 6.4.This is actually my structure for the button and the wizard. I was able to invoke the wizard using a href property inside the button, but the problem I'm faci...
Hi all, thanks for the help, also I found a great example in this page: Experiencing Adobe Experience Manager - Day CQ: AEM 62 - Sample 3 Step Wizard Selecting Assets in Column View
Hello experts, I have a requirement to create a new wizard in the asset toolbar, is there a documentation for that? Is also possible to take one of the existing ones and create a copy? I was trying that, but what I got was modify the existing one.Any recommendation?Thanks in advance. !
Hi everyone, I need to add a button in the asset toolbar (image below), what I'm trying to do is trigger a page like the "manage publication" button does (open a new page with options to run a workflow.), create a custom wizard.As a test I'm tried copy the button on "/libs/wcm/core/content/sites/jcr...
Just add the following annotation in the class ContentBuilder.@Component (service = ContentBuilder.class, enabled = true,property={"name=akamai",Constants.SERVICE_RANKING +":Integer=1001"})public class AkamaiContentBuilder implements ContentBuilder {}for TransportHandler@Component(service = Transpor...
Hi everyone! Im new with adobe aem, actually Im working with 6.4 and Im trying to create a custom replication agent.My problem is that when I build the code into aem and select the "Serialization Type" into the agent it fail and I receiving "Agent is not valid. ContentBuilder not available"I have fo...