I have a bug on our site that seems to be related to how CQSE (the Servlet Engine running in Adobe AEM/CQ 5.6.1) outputs something in a JSP.The use case is just using a .json.jsp to output a JSON object/hash, with some HTML fragments in the JSON values.Here is an example of a JSP that gives me unexp...
Hi,I'm moving content from a legacy CMS to AEM using JCR packages. My .content.xml, by way of example, looks like this:... </jcr:content><Android/><BlackBerry/><Chrome/><Doc Finder/><HTML5/><iOS/><Java/><Linux/><Mac/><Mobility Pack/><Offline Plug-in/><Online Plug-in/><Playbook/><Windows/><Windows 8/...
HI, I am trying to make an AJAX call through my JS file,The following is my code: use(function () { console.log('Entry in Active Checker JS File'); var page = currentPage.getPath()+'/_jcr_content/feature/event.infinity.json'; var queryString = '?nocache=nocache'; console.log(page + queryS...
Hi all, I am using protocol relative URL in my CSS file and managing the CSS file using CQ ClientLib. "//" is getting coverted to "../../" by CQ when i hit the CSS file. For example:In my CSS I have a line likebackground-image: url("//server.com/is/image/brandBar-sprite.jpg"); When we hit the final ...
Hi,Since we can't cluster 2 author servers using TarMK. I just wanted to know if i can write a cron job to sync the author servers using RSYNC? 1 Server will be always active and whenever there is a change in master i will run a cron job to copy the changed tar files to the other server. Will this w...
Hi All,I want to know working of catalog blueprints used in Geometrixx Outdoors.How can I import product information present in CSV file into AEM6?What are the API are useful for creating a product node?I don't get enough information about geometrixx outdoors catalog working as no documentation prov...
Hi Team,This forum helps me in so many critical situation, thank you so much for that.Am facing some different kind of issue this time, I am having a breadcrumb component, when i create a page at particular level the link is broken.When i roll out the same page it is showing properly in the country ...