Hi,>>Resource Type: The component's path that is assigned to the template and copied to implementing pages. Enter customer/components/page/templateCustomer.i would have a question concerning the terminology of "template" in the most AEM tutorials.If I create a template I name it e.g. "template..." -...
I migrated my code base from aem 5.6.1 to 6.0 instance still using 5.6 api. It worked fine.I decided to start using 6.0 api so created new pom files using mvn. That worked fine too.I placed my code in to the bundle and compiled successfully and uploaded and installed my package.However my bundle wou...
Hi,I have created a page content component which is explained in the excercise and created the hierarchy like below- training -componenets -page contentpage (cq:Component) contentpage.jsp head.jsp body.jsp header.js...
Hi there,Firstly starting CQ5 with:java -Xmx512m -agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n -jar cq-author-4502.jarThen to start a remote debugging session from Eclipse, do the following:Open Eclipse.Choose Run > Debug Configurations.Right-click Remote Java Applications and s...
Hey guys, how are you doing? I'm trying to create a .txt file on my content repository everytime a specific template is used on AEM 6.0. So, I tought about put this code in a component .jsp file and then including this component on this specific template.My two questions is: can someone give me a sa...
Hi, Is it possible to ask Apache mod_rewrite to rewrite the page url before it hits the dispatcher ? E.g. make "?" a ".".E.g some/url/that/is/not/caches?becouseof=this would become some/url/that/is//cached.becouseof.thishttp://helpx.adobe.com/experience-manager/kb/DispatcherModReWrite.html did not s...
Team, I just validating via POC where in , I should be able to do a single sign on with just JCR OAK / CRX login Module. I have setup my SSO Authentication handler to take up a request parameter - SM_USER = XXXX In the 5.6.1 , the repository.xml used to have a CRXLoginModule section that mentions ...
I am new to AEM development so please feel free to correct any ideas I may be wrong on.This is what I have done so far.Created a new project in Eclipse useing the AEM ArchetypeAdded my AEM server to the servers panel and updated the port to correctly be 4502When I right click on JCR view and select ...
Hi there,There is a download file case: the files created and stored by OSGI bundle on path:{CQ5-HOME}\sourcefile\1.xmlNow i need to use JQuery or JS in JSP page to download from the above CQ5 server path,then post to another romote server.[img]file.png[/img]Anyone know how to deal with that? Please...
Hello,I am wondering if someone could point me in the right direction wrt the usage of sling.servlet.paths , via dispatcher.I have a form post to a servlet and in the servlet i have the sling.servlet.paths = /apps/../../ . now via dispatcher i am forced to allow the POST to the path apps/../..Is the...