Hi,I am trying to import a .doc file to create a page using offline import and followed all instructions provided in dev.day but it is not working. When I checked the logs I got following error. Is there a format that need to be followed in word document to make it work?03.02.2014 10:46:24.304 *ERRO...
Hi ,We have around half million assets in our repository, because of this the index size is huge. I have tried various techniques to reduce index size like purging workflow instance, audit etc.Also tried almost every thing by following every step of this doc .http://www.wemblog.com/2012/01/how-to-r...
We have a client using out-of-the-box Social Collaboration features for a blog. We've noticed that when using the "Categories" and "Archives" components on a blog entry (e.g. on any page for which com.adobe.cq.social.blog.Blog.isEntry() would return true), the output of those components is blank. Th...
Hi, I designed two radio buttons in a tab (dialog).When i selected that radio button i able to call the method which i wrote in external JS through listeners .But i want to get the selected radio button value from that panel exists in dialog?Based on this selection i need to hide multiple tabs or p...
I have to migrate from cq5.4.1 in the web information saidSupported Java Content RepositoriesCQ5 operates with any JSR-170 compliant repository. PlatformSupport Level Day CRX 2.2A: SupportedApache Jackrabbit 2.2 ValidatedHowever, in the latest version 5.6.1 doesn't mentioned t...
Hi,I am trying to add styles to the table cells but do not seem to see drop down boxes for the cells. The following is my code. This code does seem to work when I change from cellStyles to tableStyles. I have tried to add both cellStyle and tableStyle but only the tableStyle has a drop down in the t...
Hello,I know there is a Portal Director that enables to use a AEM Content portlet that enables pull of content from the AEM repository.There is also a requirement that need to enable pulling the content in-line , within an existing transactional portlet. It is like a portlet content spot , not a ful...
I want to read OSGI Configuration and following this blog http://www.wemblog.com/2012/10/how-to-work-with-configurations-in-cq.html@Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY, policy = ReferencePolicy.STATIC)private ConfigurationAdmin configAdmin;private Configuration conf = nul...
Hi, I have created one desktop sites in cq5.4. I want to create the same pages for mobile also . Manually it can be possible but if the site has N number of pages means it takes more to create the pages again which is already created for desktop.I tried this by using Live copy in MSM.Pages are crea...
HiHow i can send the value to servlet or java class from dialog (not editorial dialog) its just like end user dialog getting information from user and process it in JCR.When end user clicks the link the dialog needs to opened and collects the details from user and process in JCR via Java Class ?How ...