AEM/CQ5.6 Client Library not being recognised
Hi, I have seen a consistent issue with CQ5.6 (AEM). When I create a ClientLibraryFolder, it is not resolved using my <cq:includeClientLib /> directive in my components until after I restart CQ5...
View ArticleError when trying to consume OSGI Service
Hi Everyone, This is my first post after attending the developer and advanced developer courses on CQ5.5. Everything has been fine up to the point where I am trying to create and consume an OSGI...
View ArticleTitle attribute for links in the Rich Text Editor
Our editors would like to make our site WCAG compatible, but are having problems setting title attributes for hyperlinks. Is there any way to allow an editor to set the title attribute when creating a...
View ArticleHow to check your instance (Author/publish) in page component
Hi, I am trying to put a condition in my code to check if the instance is author/publish. I found a link for this as follows:...
View ArticleCQ5 - 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 ArticleMaven archetypes for CQ5
Hi, Maven archetypes make it easy to set up a new CQ5 project: http://dev.day.com/docs/en/cq/current/core/how_to/how_to_use_the_vlttool/vlt-mavenplugin.h tml#Using Archetypes To Generate CQ...
View ArticleWhere is Content Explorer in CQ 5.5?
Hello, I have tried to use Content Explorer with CQ 5.5. Going to the url, <host>:<port>/crx/, no longer shows the CRX console. What is the new URL for the Content Explorer and the Content...
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 ArticleCQ5.5 Session Timeout
Hello, We would like to change the session timeout value for the Author server so that if an Author doesn't do anything for 30 minutes the CQ session expires. Seems the default is several hours.
View Articleparsys and cq:noDecoration
I have a page that has:<cq:include path="./par" resourceType="foundation/components/parsys" /> Some of the components under ./par has cq:noDecoration=true set.Those components, don't get...
View ArticleConnecting DAM with Akamai
Is their any way to connect the Dam system with Akamai? That is currently where all of our videos are hosted and it would be great if we could point the videos folder directly to the Akamai server some...
View ArticleCreating a Global Function
Hello, I’m trying to create a global function that can be used by all of my components at runtime. My confusion is where to put the function (I keep reading that the /apps/ folder is not available to...
View ArticleCRXDE repository connection issue
Hi, I have started to encounter an issue with connecting CRXDE to the repository. It all started with CRXDE becoming unresponsive. I had to stop it, and also close the repository. However, when I tried...
View Articleaccessing/stroing file from/to DAm programatically
how do I write java code to upload a file in DAM ? How Do I retrieve a file from DAM to save/export on local system. ?
View ArticleHow to use currentNode Object in jsp ???
Hi all , I have created a component for leftNav and i have a jsp in it.The currentNode Object the jsp is returning null. Please let me know why i am getting this . Thanks in advance !!
View ArticleSession Store
Hi, I am trying for sessions store in client context. In day.com they just gave pieces of code how to do it, but I didnt get anything. Please help me how to have session store in client Context....
View ArticleOn-Off time
Hi all, Can anyone let me know which bundle is responsible for the on-off time property in a page.When off time is set to a page , the page gets deactivated in that particular time of the day.I want...
View ArticleOSGI Bundle will not start
Hi Everyone, I hope someone can help as my OSGI bundle will not and im not sure what is wrong. I am importing a package using maven into CQ however my bundle does not start. The OSGi bundle in felix...
View ArticleHow to create a query in for lastModifiedDate in Query Builder
I want to create a query to get the Dam Assets those with their lastModifiedDate that match the current date. The usual lastmodified date is of the format yyyy-MM-ddThh:mm:ss etc. With the current date...
View ArticleHow to get the groups associated to a CQ5 user account ?
Hello,I'm looking for a sling endpoints to get all groups a CQ5 user belongs to.I first checked into crx but it seems that the groups are not stored in the users nodes. So I've no idea where I should...
View Article