i18n text in Geometrixx demo site always display english version
Hi, In Geometrixx footer (apps/geometrixx/components/page/footer.jsp), some text is displayed using i18n.get(). Like for example: <p><%= i18n.get("We would like to keep in touch with you. Sign...
View ArticleTinyMCE not defined error in CQ5.5
Hello, I upgraded from CQ5.3 to 5.5. I have implementd TinyMCE editor widget in some of the custom designed dialog boxes.It was working fine in CQ5.3. After the upgrade, I noticed there are JS errors...
View ArticleCQ5 Spring bundle
Hi I have problem installing a bundle in cq5,a small portion of the code is written in spring when i make a bundle of this app and try to deploy it i see a lot of errors likeorg.codehaus.groovy.control...
View ArticleLDAP set up with CQ 5.5
These instructions: http://dev.day.com/docs/en/cq/current/core/administering/ldap_authentication.html#Switchin g On LDAP Authentication does not seem to be updated for 5.5, because the file...
View ArticleHow to write a subquery using JCR SQL2 in CQ5(without ModeShape)
Hi, We have a parent node with several levels of child nodes. We are trying to do a node level search i.e., if the search key is present in any of the properties in the parent node or the child nodes,...
View ArticleEvent listener when a particular field value changes in dialog
Hi there, Issue is that I need to change a jcr property when a specific field value is changed in dialog. Since all the fileds are modified / rewriten in jcr when the dialog is saved, i can not...
View ArticleCorrect Syntax for Reteriving Current Template
I've been reading over the documentation and I'm have a difficult time getting the template being used on the current page. In my component, all I want to do is use an IF statement to see if template...
View ArticleCQ 5.5 running out of space in an instance
In cq5.5 Author and publish instances are day by day growing larger , because of this am running out of space?Can you please suggest me a solution??
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 ArticleCQ5.5 Installation issues on Mac
Hi. I'm having trouble installing and running CQ5.5 on my Mac (iOS 10.6.8, Java version 1.6.0_33). During the installation, the following errors occur in the error.log: 07.01.2013 14:55:14.734...
View ArticleAn exception occurred processing JSP page...
Hi All, I am new to DAY CQ development. I installed jdk1.6.0_37 in my system. I started cq 5.5 jar on port 4502. When i start cq and open localhost:4502 in browser I am getting following exception "An...
View ArticleCan the Workflow Model Options in the sidekick be site specific
Hi, Do anyone know if the workflow options in the sidekick can be site specific or not? potentially using tag in the model?Thanks. Johnny
View ArticleCQ5 Response Encoding
Hi Folks, Does any one know whats default character encoding used by CQ5? (UTF-8, ISO-8859-1 etc) Does it depend on whats the encoding used when the file was stored, if so whats the default encoding...
View ArticleReport framework requires at least one grouped column
A Report requires at least one grouped column, otherwise finish button will lead to "The report doesn't contain grouped columns".Is it possible to configure a report not to require grouping?
View ArticleProgrammatically create thumbnail/renditions
I'm trying to create a rendition of an image, on the fly, to avoid generating too much of them when uploaded. The thing seem to work OK until I reference the actual image rendition. 1. I created an...
View ArticleWorkflow Process Implementation not found
Hello, I've created a workflow process in AEM 5.6. When I initiate the workflow, the workflow is not completed and in the Inbox Console, I see 'process implementation is not found'. Here is the...
View ArticleInserting fragments in CQ AEM 5.6
Hello all, Is there a way to retrieve a fragment from apache docroot and place it in CQ,probably header as a fragment to be inserted to my site developed in CQ5.6 Regards,NZ
View ArticleSet xtype Checkbox Values
Hello, I want to add a checkbox to a component's dialog box but would like the true/false event to store different values, e.g., "yes/no", "0/1" or "fred/tom" instead of "true/false". How do I do this?
View ArticleREGARDING EXTRACTING OF PROPERTIES
Hi,I am fairly new to ADOBE DAY CQ.. I want to extract properties of a particular node... I am using the following code.... Node aName= session.getNode(absPath);String propertyName=...
View ArticleOnly a type can be imported. org.apache.felix.scr.annotations.Component...
I copied the example code exactly, but it won't compile. I receive errors on all the annotations, like:"Only a type can be imported. org.apache.felix.scr.annotations.Component resolves to a...
View Article