To help improve performance I am trying to cache as much as possible. I have a blog that currently uses query parameters e.g. blog.html?archiveDate=2015-01&author=Joe-Bloggs&tag={someTagId}Is the best way to create a cacheable page to use selectors e.g./blog.2015-01.Jo-Bloggs.{someTagId}.hrmlIs it g...
I am attempting to populate user fields in AEM 6.0 rom my LDAP. I have successfully configured my LDAP to allow users to log in and am transferring first name and email, but I can't get other fields like Last Name and Job Title to populate. Here are the User Property Mappings that I have under Syn...
We're running on MongoMK SP2 + hotfix 5779.To optimize performance we are creating custom lucene indexes on content path. So something like this:/content/sitea/oak:index//content/siteb/oak:index/We have three types of search on cq:Page: for blog posts (property blog=true), events (property event=tru...
Hi All,I have accordian component. In accordian component If i enter space in title field it is displaying blank gray bar in accordian component. so i have to trim the white space and hide the blank graybar using jsanyone is having idea on javascript code to trim the white spaces asw well as hiding...
Hi,I am getting a strange error when including i18n inside my Sightly template and trying to retrieve a component included via SSI. The error appears only when in the Sightly template I use:<div class="promo-footer text-center"><strong>${'Hello World' @i18n}</strong></div>Unfortunately the logs do n...
Hi All,I am in the process of learning how to create custom widgets I have taken below one and trying to understand how this is implemented.https://helpx.adobe.com/experience-manager/using/creating-custom-xtype.htmlI am seeing an issue like dialog is not initialized with widgets with default values ...
I have created a segment with "product" trait with following options:- product : content/geometrixx-outdoors/en/men/pants/fulani-nomad - quantity : 1This segment is not getting resolved even though I have this product in cart.Any ideas on what I could be doing wrong.
I have read everything I could find regarding AEM (architecture, install. dispatcher config, etc), by design and or happenstance there is really not a lot of info regarding leveraging AEM as a solution (IMHO), so if anyone can educate me as to their experience and what the seat/licensing architectur...
Is there a way to use org.apache.sling.commons.json.JSONObject on Sightly ?For example, if my Java class exposes a JSONObject :public class Profile extends WCMUse { public JSONObject profileJson; public Profile() { super(); } @Override public void activate() throws Exception { /* { "user": { "surna...