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?
Has anybody else seen this problem in CQ5.5? Create some custom Metadata settings using these instructions: Create /apps/dam/content/asseteditors/formitems (copy the form from/libs/dam/content/asseteditors/formitems).Add a new control and set the name to ./namespace:property e.g, ./dam:Example.Save ...
Is there a way to have multiple smartimage widgets in a single dialog? Specifically I'm struggling with the requestSuffix parameter. Most of the other ones I can adapt to get the second widget to save its info to a different location from the first, but I can't see how to do that with requestSuffix....