CQ5 - user session data maintenance
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...
View ArticleGeneric Error at Image Mapping at CRXDE Component Extractor
When I try to map a image from this website I just imported at CRXDE Lite at CQ5.4 (Component Extractor), I got this generic error message.I've already try to map the image with image component, flash...
View ArticleAnnotation in custom components
How can i enable annotation for my custom built components ?
View ArticleHow to auto crop an image?
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...
View ArticleUsing multi-value properties in JSP components
I am trying to figure out if I am doing some small step wrong or if I don't have a full grasp on how some things work. I am accessing a multi-value property from the JSP of my component: <%@include...
View ArticleAuthenticationSupport service missing after building index.
I got an error on browser console after starting the CQ Author instance saying that "Service Unavailable AuthenticationSupport service missing. Cannot authenticate request. " I just started all the...
View ArticleHow to set aspect ratio options for Image Dialog
I have a requiment to create a new Aspect Ratio for image crop, besides the only default option of Free Crop I understand that there was some path where you could set this up in CRX, prior to 5.5, but...
View ArticleNeed Help With Minify
I am trying to Minify the js/css that is used in CQ5. I deleted the var/clientlib (saved it)and enabled the Minify under "Day CQ HTML Library Manager"(saved it)reloaded my page. var/clientlib gets...
View ArticleSling Mapping in etc/map
etc/map for a domain is working for appending the path to the root path(language page). In addition to that, I need to handle other urls which are short in the website but need to prepend with...
View ArticleDefault Login page
I was checking the Login Selector Authentication Handler Configuration and it has a default login page setting with comment which says "If no mappings are defined, nor no mapping matches the request,...
View ArticleWhere to store a custom-defined property for a nt:file node?
Hello, I have to scan external pathes and to load files to CRX. To avoid loading already loaded files again I want to maintain the MD5 checksum of those files somehwhere in the node. The file becomes...
View ArticleWorkflow skip button
Hi, I have a question about the workflow complete action. When a user tries to complete a task from his/her inbox, it opens up Complete Work Item dialog. There are three buttons on this dialog, what...
View ArticleHow to capture comments and read in next participent steps in Workflow?
I want to capture comments in one of the participent steps of my workflow and read them in the next step . Please share some suggestions on it .I have added a from step as the participent step but it...
View ArticleHow to call a servlet from js?
js:function(dialog) { var url = '/bin/logServlet'; var result = CQ.HTTP.eval(url); if (result.isMember) { alert("Log ok"); }...
View ArticleNeed learning material or links for CQ5
Hi All, I am planning to learn Adobe CQ5. Can anyone give me more information on Adobe CQ5? Also share me the links to download the tool, learning material etc if any one has? Thank you
View ArticleUsing AngularJS with Adobe CQ
Has anyone else tried creating single-page applications with AngularJS and Adobe CQ? I'm finding the combination difficult to work with when trying to keep the advantages of the CQ authoring tool. I'm...
View ArticleListener beforeshow on textfield
Good afternoun, I have a question about dialog listeners. I have this widget definition inside of my dialog: <vanity jcr:primaryType="cq:Widget" collapsed="{Boolean}true"...
View Articlequestion - can I script cq:Page creation via Sling?
Hello! I was setting up my CQ5 dev environment and trying to figure out some ways to make things a little more convienent to develop for myself and team. Taking as a starting poing:...
View ArticleCustomizing a Multifield Component
I am looking for a way to edit the multifield component which currently allows you to (+,-) pathfields (page references). Is there a way to change the pathfield option so it becomes a...
View Articlesling:message customization per project using i18n
Hi all, I saw this post on the sling message boards, which is the same question as mine, but I didn't see a...
View Article