I have the same question as abovehow to make it work on the creation of a tag.? Under creatag, we can able to add the fields, but on post command, I can see the data being passed. However the data is not persited?Request URL: http://localhost:4502/bin/tagcommandRequest Method: POSTStatus Code: 200 O...
Date Picker - /libs/granite/ui/components/coral/foundation/form/datepickerIs there a way i can disable past date and time in the date picker? i see there is a property called minDate and maxDate. But i should be setting the current date value to it every time i open the page for editing. i.e If i o...
I m trying to create a new template using template editor which includes experience fragments in the header and footer pointing to appropriate experience fragment content.But in structure mode of the template i see an error saying "ERROR An error occurred, please check the browser console for more ...
Is there a way i can search if any property's value on any node on JCR contains a specific value. EX : I want to get all the nodes which has some propery whose value contains a string "Sample".I know there is something called "fulltext" property but how do i specify multiple values in the predicate ...
${filename} $ {directory} are implicit that is the reason in the stack trace it picks up the image path correctly as highlighted ib bold below[convert C:\Users\MMANJA~1\AppData\Local\Temp\cqdam3684189622130797275.tmp/yolanda_huggins.jpg -flip C:\Users\MMANJA~1\AppData\Local\Temp\cqdam368418962213079...
I am trying to use CommmandLineProcess step to flip an image using imageMagick commands. I have installed the imageMagick software on my machine and able to execute the commands on command prompt and operate on the images on my system, But when i configure a command in AEM CommandLineProcess step i...
sandeep.a.sahu wrote... Thank for replying. I tried doing that, I am getting access token in session cookie successfully. But Salesforce needs OAUTH authorization for posting or getting results, so I was not able to do that by RESTClient. And after getting access token in cookie, the workflow goes i...