Hi All, I've been trying to set up a project using the Adobe Maven archetype for CQ.I've followed exactly the steps in this "http://dev.day.com/docs/en/cq/aem-how-tos/development/how-to-build-aem-projects-using-apache-maven.html" to build a AEM project.But i have been getting "BUILD FAILURE" when i ...
HiIf I want to create an application in CQ5 which is the best way to develop the application?1. Use a bundle(core) and import class and user methods in jsp?2. Use bundle to register servlets and call those on each action?3. Use any framework to take care all configurations?Any other process are welc...
HiHow can we manage session inside cq5 if the login is taken care by some external app like ca siteminder? If we are going to logout through url of siteminder then how can we destroy cookie, cache and invalidate session?
Hi, We are working on creating a table component through RTE. On each cell of the table we are allowed to add one style class through cell properties.But when I am adding another style to that cell it over-rides the previous style class.For eg, when I add style=heavy-band to my cell It will look lik...
Hi,I have image component with uploaded image in it and I need to get path to that image so I can output it somewhere else.For example: I have following node: "/content/myproject/mysite/mypage/mysubpage/jcr:content/imgcomp/file/jcr:content" and I need to output this image to <img> tag in my page. Wh...
I am using a CQ5 social blog page. I can see the new entries are saved in the /social/blog/components/entryform using this form element<code> <form action="<%= xssAPI.getValidHref(currentPage.getPath()) %>.social.createblogentry.html" </code>I am trying to find how does it save the Blog Entry using...