I am trying to move all JSP dev from using CRXDE lite to using EclipseI do not seem able to get the following instance variables to be able to point to the correct classes in my maven.resourceResolvercurrentPage e.g.String navstart = currentPage.getPath();properties e.g. properties.get("pageItems", ...
Dear Friends,I created a sample registration form by using form builder component(out of box).Now i just want to retrieve the register details from JCR and show it to the admin user ..how to do it ?Please help ..
CQ.HTTP.post("/content/corp/en_us/test/jcr:content", null, { "jcr:primaryType" : "cq:PageContent", "propertykey" : "propertyvalue"});How can I give property type to it ?
Hi all,I am defining the externalizer configuration for a multilingual site.My problem comes up when I try to externalize a path to different domains. How do I externalize an URL to www.mycompany.com/page1.html or www.mycompany.es/page1.html???I have already created an externalizer tag to externaliz...
I've a Dialog with 2 Image. The first Image are visible in the Dialog, but the seconde None. Wenn i use the "old" Editor, both Image was visible.The .content.xml<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0...
We want to remove the default p tag .we are using the text components very heavily. add our custom css to them. so in drop down we select the style and load that text component.I want to remove the default p tage getting added. below is my dialog.xml <?xml version="1.0" encoding="UTF-8"?><jcr:root ...
Hi,My requirement is to track analytics data on load of AEM landing pages but seems it is not OOTB available with landing pages.Is there a way to achieve this using Dynamic Tag Management?I tried to include DTM related js and scripts in the index.html(landing page html content), but it is not availa...