HiThere is a structure:/content/site/ gb/ - en_GB ch/ - it_CH - fr_CH - de_CH fr/ - fr_FR be/ - nl_BE - de_BE - fr_BEThe task is: retrieve all language codes (for example nl_BE, de_BE...)I wrote the SQL-2 select:SELECT * FROM [cq:Page] as r RIGHT OUTER JOIN [cq:Page] AS c ON ISCHILDNODE(c, r) WHERE ...
now the cache files through http and https drop on the same folder by following configuration, anyone know how to separate them to different places? thanks in advanceAlias / "/opt/dispatcher/cache/"<Directory "/opt/dispatcher/cache/"> <IfModule disp_apache2.c> # enable dispatcher for ALL r...
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