Hi,We are working on migrating the httpclient verstion to 4.x and we have added dependency with the version 4.5. Here the httpclient get and post call codes throwing an java.lang.NoClassDefFoundError: org/apache/http/auth/Credentials exception on deploying the bundle though Credentials class is not...
HI,I am not able to populate the Date value from datepicker. Please find the JCR nodes below:code in sightly <h1>${properties.doe}</h1>Regards,Sandhya.
We have created a component for iframe in touch UI and created a model class, We are trying to load a URL with some parametersbelow is the code snippet for reference <sly data-sly-use.model="com.test.IframeModel"> ${model.url @ context='uri'} <iframe src="${model.url @ context...
so I wanna display the "last updated on" base on the changes made to the content (excluding header/footer).Any ideas how this can be done? on our AEM, the header and footer is a separate component and I should like to display the "last updated on" on the footer.I've searched the net but didn't see ...
Hi ,I am using aem 6.1 version of journal community component, in the richtext editor i need a hyperlink plugin which is not available now. How do i add a new hyperlink plugin to the richtext editor.RegardsKrithika
I have a requirement to personalise the content of my site depending on Section selected by the visitor. My site is currently split into 3 sections SectionA/SectionB/SectionC. Assuming a visitor selects the Section A ,we save this selection in the cookie and have to do the personalization on the bas...
Hello All,We have a requirement to capture User data using a form and store those information in AEM. Later these information will be used for further analysis. We are using currently AEM 6.1 and multiple publishers used.After going through multiple forums I came to know that Reverse replication is ...
I find that in the Sling7, the AuthenticationInfo and AuthenticationHandler APIs have been marked deprecated however no replacement for the same has been listed. What are the new set of APIs for theses functionalities?