Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    I want to Send data via AJax call to serlvet, the serlvet will return some result based to which I will redirect to a page. So where do I add this global .js file i.e the file that contains the AJAX call. PLEASE NOTE I'M USING PREDEFINED FORM COMPONENT AND A PREDEFINED TEMPLATE(Form Template) SO I C...

    Views

    1.8K

    Like

    1

    Replies

    5
  • 10/15/15
    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,...

    Views

    7.0K

    Like

    1

    Replies

    5
  • 10/15/15
    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...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 10/15/15
    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...

    Views

    1.4K

    Likes

    0

    Replies

    1
  • 10/15/15
    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...

    Views

    495

    Like

    1

    Replies

    2
  • 10/15/15
    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.

    Views

    772

    Likes

    0

    Replies

    1
  • 10/15/15
    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...

    Views

    687

    Likes

    0

    Replies

    1
  • 10/15/15
    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...

    Views

    486

    Likes

    0

    Replies

    1
  • 10/15/15
    Pls share any idea about above q?

    Views

    519

    Likes

    0

    Replies

    2
  • 10/15/15
    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...

    Views

    2.2K

    Likes

    0

    Replies

    3