Hi All,I am about to work on customizing CQ UI. Can i get code samples/example to practice using SLING API or tips on this will be more useful.Thanks In AdvanceCheers,Kishore.
Hi @all,sorry, for rusty english. I'll do my best ;).Given example: a node from the designs .content.xml:<stage jcr:primaryType="nt:unstructured" sling:resourceType="ORG/components/stage" dontUseTargetValues="true" hideTargetValuesPolicy="[jcr:description]" stage.renderMode="general"> <par jcr:prima...
Hi All,I have a requirement of getting the vanity URL of a page based on the mapping mentioned in pub while being in author instance.Mappings are available only in publish instance.My ultimate requirement is while activating a page I need clear dispatcher cache of that specific page both in full pag...
I have CQ5.6 and I have been trying to follow the directions on how to add Styles (Tables and Table Cells), however I have had no luck. I have a custom text component and I have added the following to the dialog.xml but I cannot get this to appear in either the the cell properties or table propertie...
Hi All, I want to create a login form with ability to register new users.and validate the credentials from database.kindly provide the steps to achieve this.
I'm following this code here. First I tried to create session with the following code from createuser.json.jsp which is running on author instance and its working fine -<%@include file="/libs/foundation/global.jsp"%><%@ page import="org.apache.sling.jcr.api.SlingRepository" %><%@ page import="com.da...
Hi I was just analyzing normal form handling from CQ(without using CQ form) and I got stuck in between. I have a form which I am submitting to a servlet through POST. After processing i want the form to redirect to the same jsp. I am not able to figure out how to achieve this. Any help would be ...
Is there a way to increase the limit of children save on a single node?While editing a component, after save all the data was deleted. This I've tracked down to the number of children on a single node. The Edit/Save works for for 250 or less items.Any help will be appreciated.Thanks
Hi , I'm trying to customize cq/search/lenses/list component to display products list instead of dam assets. . Following the same approach as implemented for geometrixx assetviewer. I'm using list lens along with the querybuilder component . So i have configured querybuilder component to look up a...