I created a Servlet call ShippingDetailsServlet.java and deployed it. I need to submit a HTML form to it. I am not sure what path I should put in the form action. Below is the form. <form action="/services/mycompany/ShippingDetailsServlet" method="post"> Country: <input type="text" name="country" ...
Hi,I am having 5.6.1 in my environment.I have uploaded package using curl command successfully.Now am using curl command to install a package it is giving an error. Please find the attached document with the error
HI, we want to extract Metadata for CRW/CR2 files. we are using this code of JRAWIO- http://jrawio.rawdarkroom.orgFile file = new File("DSC1234.NEF"); ImageReader reader = ImageIO.getImageReaders(file).next(); reader.setInput(ImageIO.createImageInputStream(file)); IIOMetadata metadata = reader.ge...
Hi I have a CQ project. I want it as a Maven project. I tried all the ways I could do, but it is giving me errors. Can anyone please guide me on how to convert a CQ project to Maven project through eclipse ThanksVeena
How can I set up which folders are loaded by the CRXDE(normal, not lite)? I want to load these folders /apps /etc /libs /contentbut the CRXDE loads only /apps /etc /libs
Hi, i am starteri want to install and schedule workflow purge.i followed http://helpx.adobe.com/cq/kb/howtopurgewf.html .i am confused were and how to start. please can any one provide the steps in details Thanks,Mahesh
Hello,I have managed to send an email via a workflow process step customized wherein the email is sent to his gmail account, but in addition to that would want a notification triggered to the user's inbox in AEM , but the moment he clicks on the link(link to a page) in his gmail account or his inbox...
In my component's JSP, if I want to reference the current page node using "currentNode" object, it throws a NullPointerException and the whole component then throws a ScriptEvaluationExceptionMy component JSP does have the 'global.jsp' included at the top.Also, the component throws these exceptions ...
I’m hope someone can help. We are developing a web site using Adobe Content Manager. We are using Translator to house our field labels, error messages, and contextual help… that sort of thing. Right now we are manually copying and pasting information from an Excel file to populate and update this in...
Hi Everyone,I hope someone can help.Im trying to import a servlet into CQ via maven and getting an error which I dont understand. My servlet is using HttpClient to call a third party api. When I import via maven I get the following error16.09.2013 12:36:08.210 *ERROR* [OsgiInstallerImpl] org.apache...