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 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

    359

    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

    625

    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

    564

    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

    381

    Likes

    0

    Replies

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

    Views

    409

    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.0K

    Likes

    0

    Replies

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

    Views

    591

    Like

    1

    Replies

    2
  • 10/15/15
    I am trying to delete only child pages using curl in CQ5 with this commandcurl -X DELETE http://%HOSTAUTHOR%:%PORTAUTHOR%/content/a/b/c/d/e/f/g/ -u %USER%:%PASSWORD%I want only the pages under /content/a/b/c/d/e/f/g/ to be deleted and not the 'g' page. But the parent page also gets deleted.Tryingcur...

    Views

    840

    Likes

    0

    Replies

    3
  • 10/15/15
    I have created a new session store which reads data from the JSON file and displays the information in the client context. However, when I try to create segments based on the store properties, the generic store property window does not show the nested elements of the JSON. Here is the description Th...

    Views

    458

    Likes

    0

    Replies

    2
  • Hi,I am using RTE component in AEM 6.0 (using Sightly). When I try to print the description value it is coming with the html tags. How to display the content without any html tags?Thanks.

    Views

    829

    Likes

    0

    Replies

    2