HiWe have a form when submitted calls a webservice and may return error messages as response. We need to redirect to same page posting the error. trying with this code in POST.jsp of the form, but it returns a 500 server error and couldnt find anything in logs: SlingHttpServletRequest req = ...
When implementing the sample described in http://dev.day.com/docs/en/cq/current/developing/components.html (creating a new component "Text & Image (Extended)" as a copy of existing component "Text & Image") I've got two problems - but will split them to two threads. First: The published version of...
Hello, I'm new to CQ5 and I'm following the "cq5_guide_developer" to practice my first project. It's very smooth until I want to download "cq5libs" from my local CQ5.5 server. Here are the content of the guide I'm following: Proceed as follows:In your file system, create a CQ5 libraries folder call...
Hi,I am developing an application that requires to me to prompt user to login and then pass some data from page to page. This can't be GET or form POST data. So, I thought to do using HTTP SESSION. I was trying to figure out how to do this in CQ5. I have been trying to figure out how to do this, but...
How do you auto crop an uploaded image? I see that there are workflow steps and it seems there might be a couple that can create new assets, but where is the documentation for that? Also, how do you set the auto crop aspect ratio for the html4image widget?