Hello,I have a multilanguage website with 30 languages and I have live copy active only for 6 languages(it - en - es - fr -pt - de). Everything works properly The problem occurs when I move page from language EN to a language not valid for the slave site [example AR].I get thrown an exception java...
I have created a component and inside it have a text and a multifield with text. in the .html it shows the text components as a title component and in this way allows users a more personalized management once it is displayed in edit mode if they wish. this is the .xml of my component:<?xml version="...
We are migrating our instance to AEM 6.4 and the workflow fails with the error "No Authorizable with ID null" when this line in our code is executed WorkflowSession.getBackRoutes(WorkItem, true) whereas the same workflow works without any errors if we change the second parameter to false WorkflowSes...
Hi All,I have an existing Editable Template in an AEM project which contains ONE Layout Container , as shown below in [Figure 1].Am I right in thinking that either [Figure 2] or [Figure 3] are both valid options for adding a second Layout Container?Thank you for your time. [Figure 1] Structure of te...
I have a problem with my publish instance.The number of threads instantiated reaches over 350 and never decreases.After some time the publish does not respond, forcing me to restart.From the thread dump I see that there are many threads in status: Object.wait (). These are all generated by the GET c...
It seem to me the Editable Templates are useful for a single site usage as design/policies configurations are defined on template level. i.e. imagine to identical sites in structure but they have different design/policies configurations for structural components (ex. header, footer), then in this ca...
I want to know how to provide the numbering for each tab, so that author can provide the number to the tab as per their requirement/preference/relevance.Requirement
In line 166 of all.js, there needs to be a check for the action attribute before it tries to get a string match of its value.This is the existing fragment of code in all.js, line 166: if (!(0 > c(".coral-Form.cq-dialog").attr("action").indexOf("sticky_menu"))) { which throws this (blocking) error: U...
Is possible to have multi site within a single project maven where they don't use the same core, apps and content folders ? For example in a same project maven I want to have a first site www.site1.com and second site www.site2.com and I want that the site1 has core, apps and content separate of the...