Hi All,I'm looking into the out-of-the-box Translation features, specifically following instructions from this document:https://docs.adobe.com/docs/en/aem/6-1/administer/sites/translation/tc-manage.htmlUnder the heading Creating Translation Projects Using the References Panel, there is the following...
Im getting the following exception when I tried to create a package in author environment using Package Manager. Can someone help me to resolve the issue? Error: http://www.aiim.org/pdfa/ns/id/: is not a registered namespace uri. ThanksBharathi
Hi All,can we get more info on how to use CSRF(Cross-Site Request Forgery) in AEM 6.1 as we are migrating to 6.1 we want use this new feature in all our post and get requests .I verified the documentation but needed some example how can implement this ?Thanks,Mani Kumar K
HI all,I am trying to move the page from one place to another place, getting the below error in alert but page is moved successfully. How to avoid that error message. please help me in this."An error occurred while moving page" The below message i have seen in one of blogs that is having information...
Problem Overview:We are upgrading our system from CQ5.4 to AEM 6.1. In the existing code we have referred to POST.jsp using ajax, where we are invoking Authentication services to authenticate an external user to the system. We are getting the below error when we do an ajax post to the resource POST....
Hi All,1] Suppose, I have a custom component say 'x'. I want to create a duplicate of this and rename that to 'x-duplicate'.2] Also, in content.xml I have changed the jcr:title to "x" and "x-duplicate" respectively.3] The sling:resourceType of the components respectively, when added on the page is a...
Hi,There is a user configured in AEM that has the author rights. Below steps were performed:1. Create a page as Author and lock it2. Close the page3. Open the page and unlock the page by clicking the button that says "Unlock" on the sidekick4. Note the message that says "Unlock Successful".5. Click ...
Hello,I am following article https://docs.adobe.com/docs/en/cq/5-6-1/administering/client_context.html. At this step "Add the JSONP Store Component " after calling API http://api.wipmania.com/jsonp?callback=${callback} I can see details populating on client context in edit mode but when I come back ...
Hi Guru's , I'm facing a use case where content editors would like to have a capability of configuring a 301 redirects. From the web found some articles where using a component or in a template can specify a desired response code and a configure a redirect url .However I'm not sure of this approach ...