Hi,I have created a test sling servlet as shown below:package com.mercer.servlets; import org.apache.felix.scr.annotations.sling.SlingServlet; import org.apache.sling.api.SlingHttpServletRequest; import org.apache.sling.api.SlingHttpServletResponse; import org.apache.sling.api.servlets.SlingAllMetho...
Hi,does anybody has worked on blog framework of cq 5. Please tell me the flow how blog framework work and what all things i should keep in mind while extending cq blog framework. I have to migrate cq blogs into our page .
Hi,I have new to CQ5 and I am trying to do sitecatalyst Integration.I have gone through https://dev.day.com/docs/en/cq/5-5/administering/integrating_with_omniture/sitecatalyst.html .If i want to set an event variable(purchase) on the pageLoad of a page of Thank You page, then how do i map that sc va...
Hi all, I tried the following sample program for creating servlet in CQ but getting below error in logs: 07.10.2013 11:27:19.156 *WARN* [OsgiInstallerImpl] org.apache.sling.servlets.resolver.internal.SlingServletResolver bindServlet: Failed getting the service for reference [javax.servlet.Servlet] j...
Is there any recommended way to perform form validations in a sling Servlet? I was thinking of using Spring Validation framework, please let me know your thoughts on this.Note: I am not using form builder, just plain HTML forms. Thank you.Cheers,Viren.
Hi all,Please help me to create Content-builder and transport handler so that it can be mapped to a agent instance.Any sort of help highly appreciated.Thanks in advanceLV
Hello EverybodyI downloaded and installed the adobe archetype maven project. -> mvn archetype:generate -DarchetypeGroupId=com.day.jcr.vault \ -DarchetypeArtifactId=multimodule-content-package-archetype \ -DarchetypeVersion=1.0.0 \ -DarchetypeRepository=adobe-public-releasesTestcase: I added a new fo...
How to add a new trait in Segmentation for my teaser such that teaser will be shown to specific User's group , and also Is there any way to execute java code as part of segmentation.Some one please help on this.Regards,Madhav
Hi, I had a doubt regarding form text field Component.Once we insert form component into the parsys, and we add a textfield into the form generally the text field should display as" LABEL TEXTBOX".where as when we insert a textfield component LABEL is appearing at the top of TEXTBOX. I am using c...
We have using CQ5 Text component which is Rich Text Editor with link plugin. When we create a link in a table component with target=_new param it preservs this parameter in rendered html. When we use this in a para tag it drops the target=_new parameter from the rendered html.Anyone has any idea why...