Hello All,
How to access old helpx articles?
For example http://helpx.adobe.com/experience-manager/using/custom-sling-servlets.html
This one..
I see lot of community articles here have old helpx links, which gives 404.
Thanks,
Hello community,I am trying to move the clientlibs from etc to apps. Earlier approach to call the clientlibs was direct script injection in the component like<script type="text/javascript" src="/etc/clientlibs/my-project/component/mycomponent/jslibs.js"></script>.all was working fine.After I moved t...
Ratna Kumar wrote... Hi, I want to delete the Value in the property that is type String Array. Deleting the value is working fine but I am having in issues in deleting the value.Suppose I want to delete the value here: Before deleting: After deleting the value: 24.56.43.45 I am getting the comma at...
Hi all,I would like to know how can we call any servlet in touch ui dialog?ie.On select of dropdown i need to pass the selected value to servlet. Thanks,Shivamurthy Mn
Hi, Try something like this. <dl data-sly-list="${currentPage.listChildren}"> <dt>index: ${itemList.index}</dt> <dd>value: ${item.title}</dd></dl>Code samples are intended for illustration purposes onlyThe following default variables are available within the scope of the list:item: The cur...
Hi All,Have anybody implemented JUnit test cases for classes which are extending to WCMUsePojo?I am getting below error while mocking WCMUsePojo..java.lang.VerifyError: Constructor must call super() or this() before returnException Details:Location:com/adobe/cq/sightly/WCMUsePojo.<init>()V @9: retur...