Hi,We were see quite a number of issues within the error logs about sessions that aren't closing. I went through Adobe's article about debugging the sessions issues and we then decided to test the application over qa environment with debug enabled. We do quite a number or reverse replications and we...
Dear All,I get lot of spam mails from AEM forum every day particularly the ones in Arabic. Please find attached screen shot.But when check them on web I see them they are already deleted. Looks like it is a work of anonymous user/users.Can Adobe provide some spam protection ? It will be waste of tim...
Hi,We face intermittent issues when the logout is invoked by tablet or by phones. Desktop seems to be fine and that is a reason why i can't debug the logout problem. We have external vendors that develop the phones or tablet support which makes it very hard to debug the issue. Below seems to be the ...
Hi, I trying to add new custom tab (context) to sidekick for some new custom actions. Using AEM 5.6.1 version.I've made that using CQ.Ext.override sidekick's loadPanel method and onload I used addAction method to add custom buttons. But sidekick is overriden only when clientlib, where sidekick is st...
AEM 5.5. Service Pack 3Ask: When user clicks '+' button, the new MultiMultiField.item is inserted to the top of the list vs. the bottom. I have tried using the reorder method:item.reorder(item.ownerCnt.items.itemAt(0));This takes the values from index 1, and item 1 is now last. I would like to ret...
Hi,I'm trying to populate a select widget of AEM 6 Touch UI with data from an external service.The widget I am currently investigating is /libs/granite/ui/components/foundation/form/select. Unfortunately I did not find any deep documentation about this so I end up study the code. There I found the d...
Hi,Got an interesting Front end requirement to open Page Properties without clicking on sidekick. E.g. somewhere on page when content author clicks on the component Page Properties dialog should open. Which JS func call should I use for it(Both classic and granite UI please) ?Thanks,Peter
AlI need is the header file and footer file saved to the server file system when the user hits the page. I have read a post from this forum and a blog a number of times. The post titled "Extract html content from jcr node" on 2/2/2012 by Shelly Goel. The blog is "How to use static agent in CQ/ WE...