Hello Team,I have created a custom workflow component that takes input in the workflow model. I want to start this workflow without payload. Is there a way to do that ?
Hi ,We are facing one more issue based on the issue.import com.day.cq.wcm.api.Page;Page basePage = null;Iterator<Page> it = basePage.listChildren(new PageFilter());while (it.hasNext()) {LOG.info("the it {}",(String)it.next().getPath());}We find the page which has been checked for enable closed...
Hi,I am a Solution Architect, trying to find out if there are any reported performance issues with Hybris 5.x B2C integrated with Adobe AEM 6.1 SP1 that any of you have come across and have a fix that worked for them.Your response will be greatly appreciated.Cheers,Shah
Hello,Have an interesting requirement:As a Senior content author I should be able to ADD/REMOVE/RE-Order and modify content of components in parsys.As a Junior content author I should be able only to modify content in components, NOT ADD/REMOVE/Re-Order components in parsys.This should work both in ...
Hi All, I am trying to change the default admin password. I referred to the kb article but that refers to old versions of cq. As per adobe docs 1)The AEM admin account needs to be changed2)The admin password for the OSGi Web console needs to be changedFor step1 when i try to click the change passw...
Dispatcher is unable to cache the pages on my DR server however similar configuration working on my local. try to create new cachefile: /var/www/Pub-cache/personal-banking/products/accounts/individual-savings-account.html[Tue May 03 16:42:52 2016] [D] [18412(140522128189408)] cache-action for [/pers...
Hi,The existing API on 1_relativedaterange for querybuilder is working fine if the associated properties is of the type Date.I have a requirement to filter the nodes search based a field called end date which is of the data type String. Is there any method to cast a string to date and could it be us...
HiIs there any best practices or guidelines for the Error Handling mechanism in a page level errors and the content level errors?Example:1) To handle 301,404, error pages.2) If any specific content level errors on the pages, can we handle it via I18N.? if the site is having bunch of error messages h...
I want to use two <sly data-sly-use> calls based on different conditions. Option 1 : Does not work. <sly data-sly-test="${testCondition}"> <sly data-sly-use.javaClass="com.package.java"> </sly> <sly data-sly-test="${testCondition1}"> <sly data-sly-use.javaClass1="com.package.java1"> </...