Hey there!I've got a huge DAM here (60GB) and my goal is to do a cleanup. I removed all unreferenced DAM-Assets, removed the sub-asset workflow steps and removed all subassets and now I'm looking into the renditions. I saw, that out of the box CQ is generating a few renditions. My question is: Which...
We have multilingual site where in we get a JSON with both english and Chinese values [keys are in english and values in chinese], we want to cache this json on dispatcher and when we do so it looses its encoding information.Source Sample JSON [not complete JSON but first few lines on it] -{ "provin...
I am trying to extend the OOTB chart component. I created a chart component with resourceSuperType = foundation/components/chart. and then created a chart.java file which is a replica of com.day.cq.wcm.foundation.chart.java and saw a int variable yawidth defined like this:int yaWidth = "" + this.max...
Hi All,We have implemented a WCM application which is available for end user to access it from both the desktop and smart devices.Will the simulators provide the same behaviour as smart device s like Tabs,ipods and smart mobile phones.Can someone suggest me,to test the functionalities do we really r...
what if any is the use of ".jquery.son" request? It has caused a memory leak on our CQ 5.5 server (based on memory dumps) and I dont think it is generated on our web site.However, when I try to hit that URL as "www.example.com/content/en.jquery.json" I get a " Invalid recursion selector ...
Hi,I am getting below error message while trying to modify a template on which i don't have access from Tools page of AEM (expected). Can anyone point me how it can be modified to show my custom error message :javax.jcr.RepositoryException: org.apache.sling.api.resource.PersistenceException: Resourc...
CQ dispatcher is caching content over https request. How can I config the dispatcher so that it won't cache https content? I'm using dispatcher 4.1.5 with IIS server.
Hello. I'm new to the forum and still trying to get up to speed on CQ5 so forgive what I hope is a newbie question.I didn't create this situation so I'm a little unclear how we got here but this is my problem:We deleted some pages from author when we redesigned one of our many websites. It was devel...
hi,I am new to this product. I been using this search tool http://localhost:4503/crx/explorer/ui/search.jsp?Path=&Query= to query the content in jcr.The search result returned up to 100 rows, even though I can see there is more in the result set. For example. it showed like 100 of 197.Is there any s...
I have a selection component . I have made it mandatory (allowBlank : false).In my selection changed listener function i am making the field disabled/enabled .But even when it is disabled (Disabled : true) , since there is allowblank it still keeps alerting for the mandatory field .My requirement i...