HiWe have a requirement to create a live copy of the page as soon as a new page is created in source location i.e. if a page is created at "/content/site1/en/page1", then a live copy should be created at "/content/site2/en/page1". To achieve this, we plan to do following:1) create a workflow with Pr...
Hi,I am working on a project which requires pdfs to be password protected. I am securing these pdfs using livecycle server. Now, when authenticated cq user logs in then while opening pdf livecycle server asks for username and password but the pdf is being opened in case of invalid password as well.W...
Hi ,I have a query regarding , the Workflow model configuration.When Author starts workflow model requirement is :- Send email(for Author, workflow is subjected) >Approver> two option 1. approve content(Activate page) > send e-mail (approved e-mail for author) ...
Hey all,I'm having some issues retrieving a session from the resourceResolver and also using the repository to log in to a session.With the resourceResolver, i'm passing the ResourceResolver object from a JSP file over to a class file and then performing an adaptTo(Session.class). Once this is done...
AEM champs,I'm very new to AEM, so please forgive me for the very basic nature of this question. I am trying to simply view a web page I've published, but am unable to do so. Here's what I've done:1) Created 'author' and 'publish' folders, with the respective cq-author-4502.jar, cq-publish-4503.jar...
HiI have created a component who's dialog contains a checkbox list comprising of 10 elements. I want that the user should be able to re-order the list (move the elements up/down) from within the dialog itself. How do I achieve this?Thanks
I have a class defined as follows:@Component @Service public class CalendarServiceImpl implements CalendarService { static private final org.slf4j.Logger logger = LoggerFactory.getLogger(CalendarServiceImpl.class); @Reference private SlingRepository repository; public void bindRepository(SlingReposi...
i want to create a page with common text(like toll free no. 1-800-xxx-xxxx) which is used in different place of page like header ,content area,sidebar, footer etc . how can we do this for a single component or a page properties.