Groups cq-google
cq-google discussions - subscribe and participate
Results 1 - 10 of 585 (in 0.17 seconds)
sorted by date
Hi, From design_dialog we can easily access the DAM content using xtype as browsefield. How can we do the same if we want to access DAM content using custom form built on JSP page (Similar to blog entry form)? I am creating the custom form using extjs script. Below is the script for your ...
[day-communique] Custom log file 2010-08-20T1:31-0500
Hi, I followed this link for configuring own custom log file.. http://dev.day.com/content/docs/en/cq/current/deploying/configure_logging.html However, I see below error in the CRXDE console.. *ERROR* [Configuration Updater] org.apache.felix.configadmin Service [org.apache.felix.cm.C...
[day-communique] Custom Taglibs 2010-08-20T10:33-0500
Hi, Is it possible to create/ use taglibs (e.g. JSTL) instead of pure Java Code in the JSP files? If yes, then what are the steps to deploy taglibs in Day CQ? Please let me know. Thanks, Pankaj -- You received this message because you are subscribed to the Google Groups "Day Communiq...
[day-communique] Search Component 2010-08-20T10:46-0500
Hi, I'm using the Search component (libs/foundation/components/search) and I need the user to be able to search for "eveything". Once a path has been selected, the user should be able to get all the nodes inside it. I tried with some query strings like "*" or "." but it doesn't work. Is it p...
As we cannot upgrade CRX to 2.1 at the customer at 2 weeks before launch, we had to find another solution for our tika problem (see http://groups.google.com/group/day-communique/browse_thread/thread/b757cdf3304a00b9?hl=en). The simplest was to put Tika in a standalone webapp and deploy it next t...
Hi all! Where shall I put some javascript code related to the dialog of a component? For example, let's have a dialog with 2 nodes (under dialog->items- >items->tab1->items): - title: jcr:primaryType=cq:Widget, xtype=textfield, name=./jcr:title - enableTitle: jcr:primaryType=cq:Widget, xtype...
Hi, How can I get the Sling repository instance in my java code (OSGI bundle)? Below is the code of retrieving it in the JSP file. SlingRepository repo = sling.getService(SlingRepository.class); where "sling" is the object available through taglib. My requirement is to create the no...
Hi, in CRX2.1, having a node of type rep:Group, setting its property rep:members of type WEAKREFERENCE, a "javax.jcr.nodetype.ConstraintViolationException: Unable to perform operation. Node is protected." is thrown. In CRX1.4.2, this was no problem as the property was not declared to be prot...
[day-communique] Node Count 2010-08-20T1:37-0500
Hello, Does anyone know of a good way to fetch a total node count based upon a query?  I used to use the CRX search tool, however, since CRX 2.0 it displays something like [1].  Obviously, I can write a custom servlet to handle this, but perhaps utilizing Sling or one of the build in servlets...
Hi I am having a problem with a dropdown box which gets is values from a JSON feed. I have added a options property with the value $PATH.applications.json and it works ok if I drag-and-drop the component into a parsys and opens the dialog. But if I double-click the parsys and adds the compon...
Next »