We are on 6.1 and building a new set of 6.5 servers. I would like to take sample content from the 6.1 server, page content and assets, and install on the 6.5 server testing. This will speed up the process of checking the front end code. Will 6.5 be able to use a content package from 6.1 on 6.5? Will...
I am using content fragment list core component to display a list of content fragments. The dialog in content fragment list asks to select the parent folder of content fragments and it shows the list of cf's.My question is I don't see a option to order cf's in assets console in list view. I can see ...
Hi ,I am using the below image component in coral touch ui.When i just add dialog and save the dialog without adding any image placeholder and reopen the dialog it shows the component content path .Please let me know how to fix this issue<column jcr:primaryType="nt:uns...
Hello,I'm quite desperated about the issue that my InelliJ does not stop at defined breakpoints during debug mode. Neither it works at my AEM 6.4 instance nor AEM 5.6. The console output of ide says that exists a connection to aem instance. I'm using commercial edition of IntelliJ in version 2019.2....
Hi all,I have a requirement where I need page.model.json when someone clicks on the activate page button. I am able to see the model.json by directly accessing using chrome but not able to do so in JAVA code.Thanks,@ashokkumarmarni
Hello,if i delete an asset in AEM 6.4.x in the classic ui siteadmin the containing folderin the page tree disappears too(but it is not deleted).I have to refresh the page/pagetree manually to see the folder again.Anyone knows how to fix it?Thank you for your help,Thorsten
How can we pass a list from HTL to a sling model?I need a nested list to be converted into JsonArray format. <div data-sly-list="${values}"> <h1>${item.title}</h1> <p>${item.description}</p></div>Now I want the same thing as a json string from ${values}:[{"title":"test1", "description":"desc...
Suppose I am having one component which is having one jsp file and that jsp file having code like <script type="text/javascript" src="js/inline/polyfills.bundle.js">how sling will get the js file ....it is taking by default libs/somefolder/js/inline/polyfills.bundle.js.....bt if i have made chnages ...