Hi, I need a date picker component on my form. I couldnt find any default date picker for form provided by CQ.But I found some datePicker related code in "/libs/granite/ui/components/foundation/form/datepicker" .It doesn't look like a component. Can Someone suggest me on how to use this date picker ...
Is configuring the replication agent to point to the publish CQ instance using a dispatcher or load balance URL a supported configuration?When I tried the same, the asset was disappearing from the replication queue and showing status "green" against an asset. However, the content was not actually go...
I am setting up my version purging configuration setting in AEM 5.6.1Regarding the version created on activation(enabled in configMgr), is this different from the version we create on purpose (using the sidekick) ?The reason I am asking this question is we are setting a version limit to 5 and number...
I notice that from time to time cq adds an additional request with system information and license numberhttp://devedge.day.com/cq5.gif?s=???&u=???&v=5.5.0&d=???&j=Sun+1.6.0_34&o=Linux+2.6.18-194.el5How often it is added?
Hi ,I followed "https://dev.day.com/docs/en/cq/current/administering/integrating-with-third-party-services/integrating-with-salesforce.html".Created the ConnectApp in SalesForce and successfully configured the AEM to integrate with Salesforce.When trying to Exporting AEM users as Salesforce Leads. T...
Hi guys,I am using the Profile service and the UserManager factory, both of which have stopped working in the publisher in 5.6.1.Is there an alternative, or solution which will allow me to continue using it?My code below:public IGProfile getUserProfile(String authorizableId) { if (!StringUtils.isEmp...
We have a set of components for which we are using editbars rather than rollovers for various UI reasons. On a single page we may have around 40 components with these editbars. In AEM 5.6.1 we are seeing a significant JS performance issue when switching from edit mode to preview mode, as well as a f...
Hi,My Apache web server is fronting a CQ dispatcher that is rendering from a CQ Publish Instance on the server. Everything works correctly until I try to put a .htpasswd in my Apache config to require user authentication before users can access my CQ Publish instance. Whenever I browse to my site,...
Hi experts!I would like to develop a component that renders some text and two images. I’m getting as a reference the ‘foundation/components/image’ component to render the images, using the ‘com.day.cq.wcm.foundation.Image’ class (see at [1]), like:… Image image = new Image(resource); … <% image.draw...