Hi - It appears that we are not able to get thumbnail images to appear when the image is really tall and thin or really short and wide. Is there any workaround to get this fixed? Also, what is the min/max size dimension for thumbnails?
What is the best Way to increase performance in AEM?I need to call restful services from AEM frequently. I am planning to save the frequently getting response in javax.servlet.http.HttpSession(from request) or Cookie. But confused of which aproach to follow. Need some assistance from who have implem...
Hi,How can we enable drag and drop feature on AEM webpage hosted on publisher. Usecase:Consider two Divs on a webpage, I want to rearrange the DIVs on my webpage by drag and drop.I understand this is more of UI related stuff. Any pointers how we can achieve this?-Kishore
After updating to Java 8 we are seeing the following messages appearing in stdout.log when using SAML authentication.Error: URI=null Line=1: Document is invalid: no grammar found.Error: URI=null Line=1: Document root element "samlp:Response", must match DOCTYPE root "null".Warning: validation was tu...
Use case scenario:I have a site which has a "Product Details" page.We need to use the ratings and Review component in it.For that we will need to set up user profiles which can provide reviews, i.e. we will have to integrate AEM communities login and registration with our existing site.Can anyone pl...
Hi All,What is the maximum value we can set for the login token expiration value( by default 30 min (1800000)) for extending the aem session in configMgr without installing any Service Packs in 6.2 environment.Thanks in advance
Hello all,I´m trying to migrating a project from AEM 6.0 to AEM6.3 but I´ve a problem with composite multifield. In 6.0 I use pathfields inside multifieldPanel, now pathfield save the property in the crx but cannot populate the infomation when try to reopen the dialog.My alternative is use pathbrows...
Hi,I have the html file in which I am getting the variable as using below statement:<sly data-sly-test.myVal=${some exp} />And I want to use myVal in the hbs template under same file like below.{{#each Obj}} {{#if myVal == 'bla'}} <img/> {{}}{{/each}}Thanks,
Hi Friends,I have created project via maven and converted the same into eclipse project.I have imported the same into eclipse and trying to deploy it ...but I can see only content and apps folder in server (i.e.add and remove) but not core and test folders..I can deploy the same via maven command. P...