Purpose: I want to refresh parsys component after deleting child component in it.So far, after insert component into parsys there is Extjs function to refresh the parsys, just configure as below under [parsys/cq_editConfig/cq:listener]<cq:listeners jcr:primaryType="cq:EditListenersConfig" afteredit=...
Hi,I am using QueryBuilder to execute a search operation for all the cq:Page under a path. There are two custom date properties that are being set through page properties :displayStartDate and displayEndDate. All the pages for which displayStartDate <= current Date and time and displayEndDate>= curr...
Hi,I'm building a query to search result in multiple path with multiple properties. fulltext=testgroup.p.or=truegroup.1_group.path=/content/myprojectgroup.1_group.type=cq:Pagegroup.2_group.path=/content/dam/myprjectgroup.2_group.type=dam:Assetdaterange.p.or=truedaterange.1_property=jcr:content/jcr:...
hi all,is there a configuration or log setting that allows to log whenever a user enters invalid credentials?I am invoking the j_security_check mechanism, it seems that these requests are handeled outside of Sling so I cannot write a Filter.I know that I could create a custom Login Module to do this...
Would it be possible to make tagging namespace available to SiteA but not for SiteB? I know I can restrict hide tagging based on ACL, but I would like to hide the tagging tab based on the site I am on.Thanks in advance!
I'm having the exact same issue described in this ticket, which for some reason is ready only now: http://forums.adobe.com/message/5494990In summary, I have a workflow that recently started throwing exception whenever I try to run it:20.02.2014 10:34:01.901 *ERROR* [ObservationManager] com.adobe.gra...
Hi, Will it be possible to Authenticate a user in Publish instance and redirect to Author instance with out prompting the user(author) to login again into the Author instance .?( May be by any chance with custom Authentication Handler.? )Thanks in Advance,VAr
Hi ,I have written a tag to externalize the urls on the rendered html on my page . I am using that tag to externalize <a href> and src attributes .I want to externalize the <link rel="stylesheet" href="/etc/....." type="text/css"/> which is rendered from <cq:includeClientLib css="designs.testproject...