I've written a listner on a button action which adds dynamic dropdown in my dialog - name : './groupinfo'+count,id : 'groupinfo'+count,xtype : 'selection',type : 'select',emptyText:'Select a group...',options : '/bin/groupinfo/options.json' ,fieldLabel : 'Group',width:200 options.json sends info ...
Hi Guys,I am getting a Strange error in the Apache Dispatcher Logs . We have an Apache server in front of CQ Author. The html Page renders properly directly from Author IP but it throws a 500 Error when accessed from Apache.Following is the Error message in Dispatcher logs>>Error while sending body...
Hi All,Was going through some major improvements of 6.0 over 5.6.1. Went through release notes and found some points as below:AEM 6.0 repository is now based on CRX3[also called OAK], whose main goals is as below:1] Scalability: Large repositories, many distributed cluster nodes 2] Write performance...
Hi All, I am new to CQ , I perviously worked on Java, Spring project. I have gone through http://dev.day.com for CQ material,but most of the docuements talks about "how to do" , but unfortunatly i didn't get any document which give me information about "How it's works" , if you see Java...
Hi thereI've got an web application where the user has to enter some values into a form and then submit it. Upon submit, a cq:Page node is created on the publish instance. I'm setting the 3 properties cq:distribute, cq:lastModified and cq:lastModifiedBy in order to trigger a reverse replication.Whil...
Hi All,We are daily taking content backup which includes pages ,tags and configs.All these we are doing by creating a package(zip) and storing it in s shared drive.We want to automate this package creation activity.This operation is not available as part of JMX console also so we could not able to t...
I am very new to CQ (my 2nd day). I am very familiar with NetBeans, and not familiar with Eclipse, however I am working through the Adobe CQ 5.6 Developer Student Workbook tutorial.Firstly, Is it possible to use Netbeans as an IDE for CQ development vs using CRXDE.Secondly, assuming the above is tru...
HiI am working on AEM 6 and i am facing certain issues. Can you guys please help me out. The issues are listed below.1. The listners are not working in Granite UI dialog. Or is there some other way that needs to be followed.i am following the way we did it in AEM 5.6.12. In AEM 5.6.1 we have xtype s...