Hi,I am trying to work with the CQ PIN Authenticator as per instructions given @http://dev.day.com/docs/en/cq/current/administering/cq_as_portal.htmlThe OSGi console shows this bundle as DEPRECATED and the description says " PLEASE NOTE: for security reasons this handler has been deprecated and shou...
Need to create a Top Navigation Menu Bar with a Sub Menu which gets displayed on hovering through the Top Menu. Can anyone help me in the approach which is used for the top navigation with Sub Menus.I am new to Adobe CQThanks in Advance
By default anonymous user is allowed to view geometrixx page without any authentication on publish instance. Other than create a new CQ user with read permission on /content/geometrixx, is it possible to add authentication when anonymous user try to view geometrixx page? The anonymous user authenti...
Hi,Is it possible to add the print media to the CSS clientlib include in anyway.<link rel="stylesheet" type="text/css" href="print.css" media="print">I don't want to call the print css file separately, I want to add it through cq:includeClientLib only.Thanks,Bala
As far as i know that CQ6.0 will be released next year. Are there any white paper/system specification and the exact release date for the new version of CQ at this moment??Thanks!!
Hi,I know that you are supposed to close any resource resolvers you create. My question is if you do something like this:Resource myResource = resourceResolver.getResource(<path>);Do you still need to close that resourceResolver to clean up system resources and if so how?
Hi,I have two portions of site. One is public to all where as other one is secure (which will have couple of pages) . User will login from the public portion of the site (from Sign-In link in public navigation) and will redirect to Secure portion home page. How I have implemented this is by making r...
Hi,I am using CQ 5.6 , I wanted to know if there is a way to remove the ordering of tags(alphabetic order is followed by default).Wanted to know whether i can achieve the ordering of tags by drag and drop similar to CQ pages ?Any suggestions would be helpful.Thanks,Channaveer.
Folks, I am having an issue where somehow when dispatcher serves the page contents from cache, it renders the plain html with the mime type of text/plain, however it should be rendering it as text/html. Not sure where and what is missing. This is what see in the dispatcher log.Does anyone know wh...