I have used the "tags" xtype on a component dialog, but I would like to render the tag picker with a slightly different template. Rather than displaying the tags' titles, I'd like to display the name.Is this possible? From the docs, I've tried to use the tpl config option, but I can't get it worki...
[Thread Edited By Adobe] /*Don’t forget to meet and greet your fellow peers virtually by telling them about yourself here. Go ahead and to it now: https://adobe.ly/3eDnB4v */ Actual Question: Hi There are no limited time trial downloads available as of now. If you need an AEM Trial version, you ...
Hello, I've had some issues with integrating AEM6.0 and Activation (DTM) via the cloud services option of AEM. Here's a summary of where I currently am:I've created and setup the property on dtm.adobe.com/ and currently using the cloud option.I've followed the "Configure AEM to use Activation" steps...
AEM 5.6.1 - I've long wondered whether I can remove the anchors which are generated by the parsys component (for enabling linking down the page) and redefine them as ID attributes on the included resource. The anchors are an unfortunate nuisance when trying to code CSS to handle contextual styling o...
Hi All,I would like to practice different dialogs present in the tutorial https://docs.adobe.com/docs/en/cq/5-6-1/developing/widgets.html#Basic Dialogs But I am unable to get the package Using ExtJS Widgets(specified in this tutorial) from package share . When I try to use package share link , it i...
HI,We have seen Sling provides suffix based URLS.While going through the https://sling.apache.org/documentation/the-sling-engine/url-decomposition.html, i found the suffix parameters are useful to be used based on the requirement, where we want to check some condition based on the URL .By using URL ...
We are in process of upgrading my AEM 6.0 instance to 6.1. After running upgrade, I'm getting following exception while accessing projects.html.11.09.2015 04:56:58.534 *ERROR* [10.101.115.77 [1441961818412] GET /projects.html HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: ...
Is there way to setup dispatcher log rotation using cronolog : http://www.linuxhowtos.org/System/cronolog.htm or http://linux.die.net/man/1/cronolog Apache ErrorLog and CustomLog works fine with cronologI came across https://helpx.adobe.com/experience-manager/kb/SetupDispatcherLogRotation.html ...
In the clustered environment (multiple publish instances) Sticky load balancing/Sticky session has to maintained due to the fact that user requests across a set of servers should be in such a way that requests from a given user are consistently sent to the same server.Now recently I have come acros...
Currently working on an external login module with jackrabbit. There is a form on a customized website that is supposed to call this login module. It calls the login module but I was wondering if there was a way to propagate the principals of whatever user is logged onto AEM to the next user that lo...