I am new to AEM. I have used ACS commons generic list for populating the drop down values. I have added the titles for french and english under localisation part of generic list for each item.consider my js(js based approach in sightly) would return itemList (for ex: var itemList = list.getItems();)...
Can anyone give an efficient approach for inheritance in clientlibs?Scenario is one clientlibs are having global level css and js , another can extend the global clientlibs and override the existing one and can add new CSS and JS based on the requirement.
How to use XSS prevention for js file in cq5. Is there any OOB avilable for CQ5 to use it in JS. There are xssapi which can be used in JSP and JAVA.How to implement the XSS prevention in Java script file.Please assist.Thanks,Ramya
Hi Team,I am trying to add new plugin for Rich text for Touch UI.I gave my dialog like this, but it's not working.Please help me if i missed some thing in my dialog. <field jcr:primaryType="nt:unstructured" ...
I have changed the repository to mongodb for communities. After the configuration changes all the comments are not loading. I followed https://docs.adobe.com/docs/en/aem/6-1/administer/communities/srp/msrp.html
Getting the error :An error occurred at line: 98 in the jsp file: /libs/granite/core/components/login/login.jsp The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files 95: ? request.getParameter(PARAM_NAME_REASON) 96: : ""; 9...
Hello together,we are using AEM 6.1 with the Social Components Framework (SCF).The following problem is occurring:We are using the Comments component and allow replies to comments. This results in nested comments which need to be loaded via AJAX via the "load more" button.But we also implemented sha...
Need information of below, Let say we have a site in en (english) with 10 pages authored.Now i want to generate same site in fr (french). I could use live copy but still french page show content in english. Now it may be because if use ${title} in JSP rather than getting locale and then display t...