Hi, Is there anyway I can post from one JSP and capture the results in another JSP using CQ5?I've a text box with a button in say component A.JSP. I used a template..etc http://localhost/...../Search.htmlNow I want to capture the textbox value and search it in the SearchResults.html against a databa...
Hi, I created package for version storage and trying to install in 5.6.1. It's throwing Constrain violation error: Unable to perform operation. Node is protected.I am also trying to install same package in 5.4 even it's throwing same error. Is there any other way to install.Error: Caused by: javax...
Hello , Am new to Cq5 could any one let me know. How to retrive AEM users and Group information to particular page .I have a created one page and when ever user is created and updated his profile information . i want to redirect to my page and user information needs to display in my page.It wo...
Hi,Getting the below error when building the project please find the attached file[ERROR] Failed to execute goal com.day.jcr.vault:content-package-maven-plugin:0.0.13:package (default-package) on project commerce-training-content: Unable to parse configuration of mojo com.day.jcr.vault:content-packa...
Hi,I am using CQ 5.6 , I wanted to know if there is a way to remove the ordering of tags(alphabetic order is followed by default).Wanted to know whether i can achieve the ordering of tags by drag and drop similar to CQ pages ?Any suggestions would be helpful.Thanks,Channaveer.
Hi thereI've got some trouble while accessing another node to read 2 properties out of it. What I'm trying to do is create a page which should set a cookie, if our SSO-Proxy sends the user-id of the user. In order to set the cookie, I have to read the name of the cookie that should be created, and t...
Hi Experts,I have a 2 requirement :Hide "content/abc" from the URL.Allow user to enter vanity URL.Is there a example I can use to achieve both the requirement at the same time. I am only able to get one at a time.Any pointer is appreciated!
I have created a workflow that runs fine, i am facing a problem though whenever a task is initiated for a particular user, i do not see any workflow notification in inbox, i could see the page level notification in Inbox instead.A mail is send to a user whenever workflow task is assigned to him, but...
Hi,what's the pattern to refer only specific nodes that starts with a given prefix?For example i need to refer only nodes under launcher configf that starts with xxx but in this way it was wrong: <filter root="/etc/workflow/launcher/config"> <include pattern="/etc/workflow/launcher/config/...
Hi All,I have created a component jsp ,from which i need to call a sling service,this component page simply calls the methods of service.When i am trying to see the rendered page i am getting null pointer exception.Can someone tell me what could be the reason,why could not instantiate the service.At...