Hi guys,How to Rewrite Adobe CQ Image src attribute from relative to obsolete. either by using the link Externalizer or by Mod re-writter. This is urgent.Thanks in Advance.
I need to create a video plugin for rich text editor in AEM and then save the editor content to mysql database after editting. The page look likes submitting new posts in adobe forum here. Anyone can give me some hints on how to achieve this? Thanks and regards,Yy
HI All,while checking the relase notes for AEM 6,1 , i can able to see few hotfix and improvement made for some issues.GRANITE-6339 - Fixed SSO AuthenticationGRANITE-6282 - Fixed SAML Key Encryption issueSo have can i get the complete details for above fix ,? Where to search and get info
Folks,I'm working on the Social Communities section in AEM 6.1 and found out from the documentation that the latest feature pack v1.8 is out for AEM 6.1.https://docs.adobe.com/docs/en/aem/6-1/release-notes/communities.htmlI've looked through the package share but haven't been able to find the packag...
Am trying to consume a web service which is running on different sub-domain but on the same domain. I am getting 407 - Proxy Authentication Required. Not really sure this was firewall issue or my coding issue. Below is code which I am using to call the webservice from OSGI Component class. Str...
I'm using this simple tag<c:set var="content" value="${sling:getResource(resourceResolver,/content/dam/imf/public/sampleicons)}" />Getting an errorThe function getResource cannot be located with the specified prefix Complete jsp:<%-- Directory Browser component. Lists all resources in the director...
Hi All,i want to read the count of the components which is repeated component.Example: RootContentNode/jcr:content/pageContent/header/ /header_1 /he...
I'm new to TouchUI, and having trouble knowing how to customize the editor.html even after reading the doc page... https://docs.adobe.com/docs/en/aem/6-1/develop/extending/customizing-page-authoring-touch.htmlThe goal of the customization is to load the dam images from the appropriate folder based o...
Hi All,Details as below :1] The repository structure is as below /etc /x /y /First /sfghfh /fhfghf and so on. /Second /sgngg /dfgoe and so on. /Third /egkeg /sddgg and so on.2] I need to retrieve nodes at the level ,...
I have an Article model that is more or less a com.day.cq.wcm.api.Page with a number of specific properties: @Model(adaptables=Resource.class) public class Article { @Inject public String author; @Inject public String[] contacts; @Inject public Date dispDate; //... }This works fine by itself, but I'...