Hi, I want to add new word in spellchecker dictionary which is available in cq "/libs/cq/spellchecker/dictionaries/en_us.dic". It works for existing words, but if i add new word in that file, it doesn't showing newly added word in suggestion.My text component is configured with rtePlugins - spellche...
How do I get the content of a node as a JSON string from within a Servlet?Example /content/xxx/customerOrders/2013/11/19/1311191099999.json Thank you.Cheers,Viren.
Hi ,In the release notes of CQ 5.5 (http://dev.day.com/docs/en/cq/5-5/release_notes/platform_widgets.html?cq_ck=1385892461250#comments-ba8t-hi_in_the_above)it is mentioned that Multifield widget is improved to support drag and drop (37469 - Improved Multifield with drag and drop and UI optimizatio...
I just noticed there are now 2 Asset classes.http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/dam/api/Asset.htmlhttps://dev.day.com/docs/en/cq/current/javadoc/com/adobe/granite/asset/api/Asset.html Neither is marked deprecated, and it seems you could accomplish the same tasks using either AP...
Hi All, I need to migrate 52,000+ records to CQ5 . I am confused that whether I should go for cq:page or nt:unstructured nodes for these records.Going for pages will help us in maintaining and authoring these records. We also have to execute full text search on these nodes or pages. My query is wh...
Hi,I have created 2 pages in CQ using different templates. I have a link in first page on click of which I will land on second Page (using <a href> in first page).Now I want to pass some parameters (either in map or list) from first page to second page.Kindly let me know what is the best way to pass...
I want to create a remote session to another repository from within a repository, means I have a servlet running inside a CQ5 author instance. I tried to open a connection to a remote repository with JcrUtils:Repository repository = JcrUtils.getRepository( "http://myhost:4502/crx/server" );This caus...
I followed step by step process and successfully integrated the site catalyst. Under the cloudservices -> framework I added page component (/foundation/components/page) from side kick and added few variables (page name and page path) to track. Now, when I load the page, I see that the Omniture call ...