We have a use case where we want to create the hierarchy in AEM author where the pages will be created under years and months but for the end-user, we don't want to display the years and months in the URLs.Is this something that can be achieved via Apache and dispatcher rules?Thanks,Nikunj Jariwala
I have seen parameters being passed to the Use API while invoking the same in HTL.e.g.<div data-sly-use.params="${'params.js' @ value1='feike', value2='visser', seperator=' '}"> ${params.newValue}</div>Is it possible to pass parameters to the Use API function call instead of the API invocation itse...
In htl how can we check if the page URL contains specific text ? ( intend to do it on the page rather than by Java )${'a' in 'abc'} <!--/* returns true */--> does not work
Hi all, In our project we have a launcher for the DAM assets that gets triggered for the events “created” and we have currently disabled launchers for all modified events. I was trying to move/rename an asset, this action is triggering the launcher and same workflow is getting executed. I have tried...
Hi,Is there any convienent and easy to use way out to trigger error codes to check error handling. AEM version 6.5.Error Codes : 500 , 400, 403 Thanks,
Hi.Using AEM 6.4.4 I've configured a workflow to be a transient workflow through checking off the Transient Workflow checkbox when editing a workflow in the UI.When I start the workflow it triggers and runs but all I get in the logs is lines mentioning "Granite Workflow Queue" not "Granite Transient...
I have a dynamic dropdown in a TouchUI dialog that is coming from a custom datasource. There is a second dropdown in the same dialog that I need to come from a datasource and be shown or hidden based on the first dropdowns value. Is what I'm trying to do possible?I am using AEM 6.5
Hi ,We have component dialog using Coral3 multifield(/libs/granite/ui/components/coral/foundation/form/multifield). When we submit dialog it does not close and save content. The dialog content.xml is similar to AEM 6.3 Coral3 Nested Multifield - Dialog Submission is not working Any inputs as how I...
Dear All,I have an below requirement.When I will request one page for example (http://localhost/content/we-retail/us/en/women.html) then the request will go to dispatcher cache not to Publish andIt request will display the page from Dispatcher cache not from publish.Can anybody put some lights how c...
Hi All,How to create a custom log file for specific path (ex : "/apps/project/data") whenever the user replicating this path ... i need to get the result in specific log file.Thanks in Advance,Aravind