Hi All,I installed the package provided in https://helpx.adobe.com/experience-manager/kb/howtopurgewf.html to try out and purge audit/workflow related data.The UI is as seen in the screenshot after package is installed.How do I control this, say-Delete audit details beyond a certain date, for certai...
Hello All, It seems when I create an Asset Share page from within Sites, in the Touch UI, then open the page, the Mosaic & List Lens Components are not placed on the page already. (Using Geometrixx Demo Site) Then when trying to place these onto the page, I am unable to do so because in the Touch UI...
Hi All,Some time back I remember reading somewhere in the Adobe documentation that said "Author genrally has 97% read and 3% write operations"Can you please let me know what comes under - Read operations-What comes under write operations.Any thoughts on this will be helpful.
Given an absolute path to some text content, how to get I get the actual value of that content? For example, I know the absolute path to my node property is /content/userblog/2015/06/blog_post/jcr:content/par/entry, in my .JSP file, how would I get the text value of that property?
Hi,I have configured CQ mail service for Gmail SMTP server for port 465 . But I am getting below error everytime. I have tried so many things but still getting the below error. I am woking on AEM 6.0. Please suggest me what could be the fix for the below problem.org.apache.commons.mail.EmailExceptio...
In AEM 6.1 when a new user is created the node name for the user appears to be a random alphanumeric string. The user is placed in the repository based on the first character of the string. The same happens for groups. For example, a user created with the ID of oscar might get created at:/home/use...
I am attempting to use the Jsoup library in my JSPs for one of my custom bundles. I've added the dependency to my pom.xml, however, I cannot seem to get the library to properly import it into my JSP file. When loading the page I receive the following error in the logs: Only a type can be imported. o...
H All,Suppose due to some reason, I have to move all my configurations present on one instance to another.Which is the best possible way to do this. Any thoughts on this will be helpful.
Hi All,https://helpx.adobe.com/experience-manager/using/customtags.html mentions this in detail. However, I need some clarification on the below :1] So, custom tag library is probably used because we can set the required properties in the tld file and invoke the corresponding java code?