I was trying to create columns using the column control component in AEM. It is not having a documentation and the component is not working as expected. How to solve this issue?Is there any way to divide the site into a 3 column layout using any of the components in the editable template? suppose I...
Hi All,In our project, third party service are sending confirmation email to customers. Email will contain both static content(Header, Logo, Footer) and dynamic content(customer details which will render from DB).The requirement is, through AEM we have provide static content to third party service t...
As an admin I am able get prior notifications for asset expiration in inbox and email.Can the same be configured so that email notifications will be sent for the other set of users as well ?
In AEM 6.4, When a user is on a page, they can start a Workflow by going to Page Properties and selecting Start Workflow. Next a pop up is displayed which list the available workflows the user can start as shown below.I would like to hide certain workflows in this list from certain users/groups. For...
I have imported the below package in my sling servlet but getting below errors, please help to resolve the issue. I am using AEM 6.4 import javax.mail.internet.InternetAddress;Errorpackage javax.mail.internet does not existclass file for javax.mail.MessagingException not foundIn POM.xml used the bel...
Hello community,I am trying to move the clientlibs from etc to apps. Earlier approach to call the clientlibs was direct script injection in the component like<script type="text/javascript" src="/etc/clientlibs/my-project/component/mycomponent/jslibs.js"></script>.all was working fine.After I moved t...
Hi -I am trying to restrict system/console url in the publisher by applying the filter in the dispatcher something as below/0001 { /type "deny" /glob "*" }/0204 { /type "deny" /url "/system/*" }But still, I am getting 500 error instead of the 404. Anybody have any idea what I am missing? Configuring...
I am attempting to create a launch via a Project. Creating a launch works in general - if I do it via Sites by selecting the page > create > create launch for example, it works. But through Projects > add work > Request Launch, the workflow is unable to complete. The following is in the error log:co...
What methodology used to know selected level of modularity, strengths to be preserved, areas for improvement.I have no access to AEM but I must study this. What do you think about it ?
Hi everyone,Actually this is a simple question. As the editable templates are introduced( but seems little confusing since it comes to just drag and drop for me), I am more versed to static templates since I am an HTML developer also. My question is which should be actually used from version 6.3 on...