I was also facing the same issue as stated above on unchecking the 'Use for reverse replication' in publish worked.But i am facing the below error now please helpI have configured the agents on author in the author and the agents on publish in the publish environment.workflow launcher is created for...
Hi Johan,My requirement is, I have to send the input to the dropdown from a JSON. I tried adding the JSON to the array and passing the values in to the dropdown. but I am not able to get the values that r already selected inorder to update my array. Is there any possible function to get the values t...
HI Johan,I am still not able to resolve it...... below is my function pls correct me if i'm missingthis.allowField = new CQ.form.Selection({ type:"select", fieldLabel:"test", cls:"ejst-customwidget-1", listeners: { selectionchanged: { ...
Hi Smacdonald,I created the the custom xtype as belowthis.allowField = new CQ.form.Selection({ type:"select", cls:"ejst-customwidget-1", options:'/bin/dynamicdialog/options.json', listeners: { selectionchanged: { scope:thi...
Hi AllI am developing a extjs component that has the dropdown and the textbox.Can someone suggest me how to validate the dropdown when i click the add item?For example:suppose initially i have "cat, rat, dog" ..... after selecting cat and clicking the additem.... it should populate only "rat, dog" i...
HiWe have a requirement to create a live copy of the page as soon as a new page is created in source location i.e. if a page is created at "/content/site1/en/page1", then a live copy should be created at "/content/site2/en/page1". To achieve this, we plan to do following:1) create a workflow with Pr...