Looking for some help implementing scheduled activation in a custom workflow. The only information i could really find was based on this post - http://forums.adobe.com/thread/988356 - which described AbsoluteTimeAutoAdvancer. I attempted to implement this by copying the participant step in the defau...
Hican any one explain me in detail for the below linesCQ_JVM_OPTS='-server -Xmx8192m -XX:MaxPermSize=256M -Xgcpolicy:gencon -Xmn3072m-verbose:gc -Xverbosegclog:/apps/cq/author/crx-quickstart/logs/gc.log -Djava.awt.headless=true -Djava.io.tmpdir=/apps/cq/author/temp -Dcom.sun.management.jmxremote -Dc...
Hello, I have a table component I have made that I want to include code at the beginning, but also be editable. For table data I have the following code <button onclick="cecontrol('row') ">–/+</buton><table border=" 0" cellspacing="0" cellpadding="1" width="100%" id="row">I can put that in, and it w...
Hi All,Please guide on this issue Once login to Author instance welcome.html and tried to click Packages link on left side of welcome screen.After clicking , the URL points to http://localhost:4502/crx/packmgr.html: 404 Not foundActually it needs to point to http://localhost:4502/crx/packmgr/index.j...
Hi, i am trying to include a html file in the FTL. it is giving Error reading included file content/www/us/en/x/y/jcr:content/rr.htmlThe problematic instruction:----------==> include "${model.privacyPolicyPath}" [on line 50, column 23 in /apps/x/xx/xxx/xxxx/content/legalagreement/er.ftl] freema...
How we can achieve the xpath query like path//element............[condition1 and (not(jcr:like(some tags)) or condition3 or condition4))]rep:excerpt(.) order by parameter by using group and predicate.Note: we need the condition not with jcr:like ( != is not working in our case)
Hi guys!I'd like to open a component dialog when I click a button or a link. Could you please give me some pieces of advice how to implement it? cq:layout rollover and editbar are not suitable for me.I've found out, that it is opened with this code:CQ.wcm.EditBase.showDialog(this, CQ.wcm.EditBase.ED...
HiI have created a custom multi value metadata for document. But it is hard to manage documents inside dam with the custom metadata because to view its metadata value I have to open each and every document. Is it possible to have an extra column in DAM screen where I can show my custom metadata for ...