Hi, My system configuration is Windows 7 64bit. I have Jre 7 and trying to run the quick start using that. But while doing the double click it was not running. So in the command prompt i tried "java -jar cq-author-4502.jar" but i got the below response but ther server is not starting though,...
Hi,Let us say, we created a new group; for example, cug_access for the purpose of demonstrating Closed User Group concept.Also, we assigned it to a page called restrict.html using the Page Properties ==> Advanced ==> Closed User Group using the CQ Interface.Please suggest how to configure Dispatcher...
Hi Team,While printing the data which got from rich text editor widget using sightly, it is displaying HTML tags as well. Please let me know how can I display the the data without HTML tags without disturbing the final format of the entered HTML.E.g:Input Data: <b>Bold</b> Output: Bold but not Bold...
I have created a page and selected the default Form Template.In the form component I dragged two fields username and Password and Submit button too.When I see page source <form action="abc.html"> the action points to itself, I am not getting away to configure this "action" attribute. I want the to d...
I would like to rewrite the AEM Page URL with the query string to a simple URL from /content/smarter/TestCategoryPage.html?n=Category:Money to --> /MoneyI want to write the rewrite rule in Apache .htaccess rule.Any help in this regard will be of greatly appreciated. ThanksS.
hi,I ran the Request for Activation (an OOTB workflow that comes with the product) workflow on 48 pages, and the inbox shows all the 48 pages (40 in 1 page and rest 8 in 2nd page).But then I terminated all these workflows, and ran the the Publish Example workflow(OOTB comes with the product) on all...
Hi,Im working in a proof of concept in order to display some user information based on a group. Follow my jsp snippet.<%@ page import="java.util.ArrayList, java.util.Iterator, java.util.List, org.apache.jackrabbit.api.security.user.*, org.apache.jackrabbit.api.*, o...
Below is the code I am using to programmatically move to next workflow step i.e. auto handler advance programmatically instead of selecting the checkbox auto handler advance on the step.List<Route> routes = workflowSession.getRoutes(workItem); if(CollectionUtils.isNotEmpty(routes)) { for (Route rout...
HelloI have a in a dialog two datetime fields, start and end datetime.I want to validate that the startdate < enddate, but I couldn't find anyway to do this with the api.I tried to use the change event but it is only fired when the dialog is coming up and when you press ok, not when you actually cha...