How would I create a custom dialog box specifically to upload a text file and have it processed in the step?I'm going to be installing this as an OSGi bundle built by maven & eclipse. I seen some examples of it as a XML file but where specifically would Iadd this XML file in my project? Thanks,Ram
Hello All,I have been trying to install the newest version of the dispatcher on IIS 8. I was following along with how to install the dispatcher on a web server located here:http://docs.adobe.com/docs/en/dispatcher/disp-install.htmlOnce I finished this, I went ahead and configured the Dispatcher Flus...
I have been using the AEM eclipse plugin. It speeds things up quite a bit, but I seem to be having an issue.When I start my server in eclipse it is syncing the folder structure as expected.When I debug my server, i can place breakpoints and get eclipse to stop and load the states of the app just fin...
Hello,I enabled the saml2.0 authentication with handle logout service in AEM, it works well for user authentication, but I found a sign out problem. When I tried to sign out from AEM, it will redirect me to the logout url page which I configured in IDP, however i don't think it is a real sign out, b...
Hi,I am using custom image component but I am not able to map option here, Could you please tell me how can I edit map option because in current image component its non editable. PFA.
Our websites are loading images from two folders.Location :1) /content/dam/xxx/article/images001.jpg 2) /content/dam/article/image002.jpg (images are not loading from this path)From path 2 , images are not loading . We are getting images blank.Can you please suggest the issue.Is any pro...
hi, i need to host my CQ site , so can you please tell me what are all the things i need to follow for that , i searched i get some results like, need to have iis, then installing dispatcher and configuring dispatcher , so i finished upto installing dispatcher, after that i am not understand anythin...
Hi all,I would like to create a replication listener for a defined path. The reason is I wouldn't like to fire the listener for each replication event, I am afraid about the performance of the author instance on production when replicating.Any help?Many thanks, Salva.
I'm trying to use a reference to CugSupport service into an osgi component, like these:import com.day.cq.auth.impl.CugSupport; ... @Component @Service public class MyComponentImpl implements MyComponent { @Reference private CugSupport cugSupport; ... private String getCugRootLoginPage(final HttpServ...