We are experiencing an issue on some of our windows machines using chrome in the author environment. In the column view on the '.../sites.html' page it should fetch new items when you scroll to the bottom of a column but this does not seem to work on those machines (no error logs in the browser cons...
Hello,I get this error after I got a saml response from an Identity Provider: 06.12.2017 09:52:45.784 *INFO* [qtp1316689630-27340] org.apache.sling.auth.core.impl.SlingAuthenticator getAnonymousResolver: Anonymous access not allowed by configuration - requesting credentialsanonymous ac...
HiI am trying to upgrade jquery version from 1.11 to 2.0.0. After updating the version in js.txt file, jquery file is not getting minified. I am getting below error :-com.day.cq.widget.impl.HtmlLibraryManagerImpl Error during assembly of library. org.mozilla.javascript.EvaluatorException: Compilatio...
Hi,do you know if it's possible for an Author to exclude a component from page publication? The use case is the following: an author is working on a page, but he has not yet finished the editing of a certain component, while the rest of the page is ready to be published. In this case, the author wan...
I need to create a container component that can accept other components. Can anyone point me to some documentation about this? My searches haven't been lucky so far.I tried setting cq:isContainer flag but that didn't do anything. Obviously there's more to it than just that.Using 6.3 and editable tem...
Hi everybody!I have a predicate like this:map.put("1_"+Predicate.ORDER_BY, "@jcr:content/date");map.put("2_"+Predicate.ORDER_BY, "@jcr:score");The jcr:content/date is a custom property which is not set on all the nodes, my problem is that the result ignores all those nodes without a jcr:content/date...
Hello,we have an strange error message with dispatcher.We created this query:From QueryBuilder: path=/content/dam/collections/ type=sling:collection tagid=brochure-groups:mediterranean-(en)From Xpath: /jcr:root/content/dam/collections//* [ (@cq:tags = 'brochure-groups:mediterranean-(e...
Hello,we have an strange behaviour with the dispacther and publish request.In jcr (author and publish machines) we have this node:/content/dam/collections/brochure-groups_mediterranean-(en)with the property: cq:tags String[] brochure-groups:mediterranean-(en) sling:resourceSuperType String sling/co...
I am an AEM newbie. Currently I need to add "selectall" and "unselectall" buttons in the "Select Tags" dialog touch UI to allow user to select/unselect all the tags within one folder. To implement this, I need to overlay the touch UI. However, I am unable to locate the correct dialog page. Can s...