Hi,is it possible to order pages in a certain way through site admin and then when we do an xpath search retain the order we defined through siteadmin for results we find through xpath search. Thanks Chris
Hi, I have created the OSGI bundle for opencsv jar and put it in fleix console.I couldn't able to import the class file in my apps ??Then I used JSoup jar ,for that i downloaded the sources and put in the project under apps and deployed it .I can able to use the methods from that jsoup java class n...
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...