Is there a way to delay activating the page to Publish environment after the Approver approves the content. I know that there is a 'Activate later' step to initiate the WF after a certain date. but this will only initiate the WF on that specified date. but i want a way where i can start the WF today...
I want to send a notification to more than 1 user without defining it in groups. I have made a customized dialog where the user can select more than 1 user. But the notification is not being sent to the users selected. Please help. A notification should be sent to all the users selected and they...
Hi, all.We're working on a site that will have some components with HTML fragments that will be re-used across dozens (maybe hundreds) pages. And the requirement is that I edit a fragment once, and this change reflects to all pages that are using it.I could achieve this by placing a call on my templ...
Hi, I am using the below given AJAX request to upload an asset to DAM, along with submission of a form to the server.$.ajax({url: version_url,type: 'POST',data:'cmd=createVersion&_charset_=utf-8&%3Astatus=browser&comment=NewVersion&label=new', success: function(data){},fai...
Hi there,I have a blueprint and live copy (based on that blueprint) site. I also have an author group with CRUD permissions on both sites, but replicate permission only on the live copy.An user in that author group can successfully rollout updates to existing pages within the blueprint, that have p...
Hi all, I have image files in a folder under DAM folder in JCR hierarchy.How can I get the Image Files from JCR and display in a html page in my application?I need to List images in a html page for display to user, so that user can pick some images from list of images in html page,I need to query th...
We are having problems with our dispatcher config setup, Images are being forbidden if they sit below jcr:content. So the following url fails with 403:http://localhost/content/foo/en/apage/jcr:content/par_top/acomponent/image.img.jpg/1302613914118.jpg The page itself loads and is just missing the im...
I read somewhere (I think it was in a post to THIS forum rather than the AEM docs) that we can't create an OSGi bundle that exports packages that are already exported by bundles provided as standard with the AEM run-time even if they are different versions.Now clearly that is not an OSGi constraint ...
Hi all, I need to show the node hierarchy (tree view) based on the node path provided.For example if path is like : /content/samples/assets/images I need to List all the child nodes , files , resource types, assets that are under the given node path. and populate it in html page using tree view...