I tried to create listeners(change, blur ... etc) for tableedit2, its not working at all. Only RichText listeners are working which extend from richtext.any help?
Hi,I have a usecase in which I need to be able to halt a workflow (custom process step) for sometime (could even be days), and move forward when a favourable response from a third party service is received.Ideally from within the workflow process step I would like to be able to delegate control to a...
Hi,I need to create a new user by coping the existing user permission level. Is there any out of box function to archive it?Not creating a group and setting permissions to it and adding users to that group.Also I'm looking functionality like, viewing complete permissions of the current user.Ex: if y...
I am trying to use a listener for a selection inside the multifieldset , E.g Following code snippet will be wrapped under the multi field. <multifieldSet> <option jcr:primaryType="cq:Widget" name="option" type="select" ...
Hi,I am a beginner in CQ and I have to integrate CQ with Hybris. I have installed Hybris 5.1 and also installed CQ/AEM 5.6.1 without embedded hybris server because I already have hybris server installed. I have read number of documents about CQ-Hybris integration on Hybris Wiki as well as on http://...
Hi All,i have created new user and and added to Administrator group but when i am trying to access Felix console by this user ,it's not allowing me.How to resolve this issue, Thanks,GK
I want to use a particular service for which I need to pass a CSV file object as argument e.g:-try {cl = new LookupService(new File("/content/dam/location.csv"), LookupService.GEOIP_MEMORY_CACHE);} catch (IOException e) {log.info("File NOt found"+e.getMessage());}I tried the following but getting nu...
I created custom component but sidekick is an empty. It doesn't show any component in sidekick bar. And also design tab (highlighted area in image) is missing. I am getting all other tabs Preview, Edit, Sacffolding,website, refresh.It is working fine in testing environment from where i created th...
I have been trying to get value from an xtype selection field, within js - and i'm losing my patience with this product. the same code works fine as expected few lines above for another field, I can get the value fine. type: selectxtype: selectionI checked the Id and Xtype on this field, looks fine,...
I'm trying to show custom error message for 404/403/500 error. I'm able to show 404/403 error but unable to show 500 error. Steps I have followed so far - Step 1: Created a servlet which will set the status as 500 for testing purpose public class ErrorServlet extends SlingSafeMethodsServlet {@Overri...