Good Day Team, I have a question on the functionality of the 'Bulk Editor'. I learnt from docs that this tool can be used for full text search across the content of CQ Pages. We have been using 'Query builder' with cURL command for full text search till now. We would like to have a ...
Greetings forum members,I was following the steps provided in [1] to create multiple inline editors. The problem I face, is that all of these give the RTE interface, and considers the text as rich, and adds <p> tag.Does any one have advice on how to create multiple inplace editing option for non-RTE...
Hi All,For our project, we have a requirement to create a "First Time User" Experience in AEM. To give more details, we have to create an experience where we can highlight the new features of our site to the User, like a tooltip. This should appear only on the First login of the User after the site ...
Will Bamboo integrate with Adobe to automate deployments on Stage and Production? If so, is there any documentation available or does this require any special plug in?
Hi all,Had a question about user profile synchronization.Existing State (AEM 5.6.1):Right now we have an offline process create an XML dump of users and their custom properties and store them in a file. Everyday at 5am, we've got a scheduler running in AEM that parses that file and updates the "/pro...
Hi All,I have configured ACS error page handler with my 6.2 application. I have attached the config snapshot . The 404 behavior works fine but i am struggling to get the 500 error work.After checking the error.log file I can see the following error. -- org.apache.sling.engine.impl.DefaultErrorHandl...
Hi Team,I have added a multi-valued property and set the default value to the property like below -@Property(name = "recipientsEmailIDs", cardinality = Integer.MAX_VALUE, unbounded = PropertyUnbounded.ARRAY, label = "Recipient Email ID(s)", value = {"contentapprover@domain.com"}, description = "Prov...
Hi To load cq.authoring.dialog specific to our dialog, I have seen a property extraClientLibs needs to be used. But I am not able to understand how to use it.Could anyone please explain the purpose, use and value to be given for this property extraClientLibs property. Thank youBest Regards,Vijaya
Hi all,i need some help. I want to implement a merging cells in my richtext dialog. I added the rte plugin and save the table structure in the crx-e , but i want to apply different styles for nestet tables. Is somebody implementing this in java?
I am facing an issue with an hacker, who is injecting scripts through URL. For ex:localhost:4502/content/mypage/homepage.html?<script>alert("XSS");</script>this is showing an alert with "XSS".I want to disable all the special character. I tried adding filter in dispatcher, modifying .htaccess of my ...