Hi EveryOne ,I have a servlet that uses some request parameters and based on that sets a JSON Response.Is it possible to use this in my JSP (I do not have a form) . I want to invoke the servlet by passing the parameters and obtain the JSON Response and display this content on my JSP. I dont want to ...
Hi Guys,Please tell me how to invoke a remote password protected unix system using WF.My requirement is to push some content (Payload) from my local system(Windows Machine) to a remote server (Unix Machine) . I tried using the commandLine process step of OOTB WF , but i was getting errors.Please tel...
Hi Mateusz,You can alternatively modify the xml in your crx-quickstart folder to create your custom node type.This might be located at crx-quickstart\repository\repository\nodetypes\ custom_nodetypes.xml . Note : This location might change according to the version of CQ you have. RegardsHarish
Hi Kumar,The easiest approach would be to use a WF Launcher .You can set the launcher that listens only to Author mode. You can set the property (rep:user/rep:Authorizable{users and groups}) based on your requirement.In this WF you can implement a process step that gets the list of all publisher ins...
Hi Aditya,You need to have a Webserver (Webserver URL : myOwnContent) . From here you can configure the Dispatcher to connect with your local system AEM .See http://docs.adobe.com/docs/en/dispatcher.html for more details. RegardsHarry
Hi Narasimha,I would suggest you to first go through the below link , that'll provide you http://dev.day.com/docs/en/cq/current/howto/website.html RegardsHarish
Hi Guys,I am using AEM 6.0 . I want to enable Lock/ Unlock feature for my DAM assets. But this is not straight forward as seen on classic UI.Moreover i am not able to use any properties such as hidden, conditions, handlers and listeners.Please suggest the best way to implement the same .RegardsHaris...
Hi Manjunath,You can get Users information by utilizing theorg.apache.jackrabbit.api.security.user.Authorizable API . Use memberOf () to get the user's group/s and getProperty () to get the properties. Reference : http://jackrabbit.apache.org/api/2.0/org/apache/jackrabbit/api/security/user/Authoriza...
Hi Smac,I would like to add a few more points to this thread,1. I am not able to use properties such as hidden/Disabled (some times disabled works properly, but any way this can't be trusted).2. Event handling cannot be performed. (Listners, renderers, conditions etc.) Kindly keep us updated on any ...
Hi sam, Please check the OR/ AND split in workflows. Something very close to what you intend to achieve is already present there.You can utilise this for your component. RegardsHarry