Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    On building a Maven CQ project following http://docs.adobe.com/docs/en/aem/6-0/develop/how-tos/ht-projects-maven.html#How-To%20Work%20with%20JSPs I use the following command :      mvn -Padobe-public archetype:generate -DarchetypeRepository=http://repo.adobe.com/nexus/content/groups/public/ -Darchet...

    Views

    4.2K

    Likes

    0

    Replies

    2
  • 10/15/15
    I am trying to debug aem application as mentioned in the documentation with the following optionset CQ_JVM_OPTS=%CQ_JVM_OPTS% -nofork  -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=10123When I start using start.bat I getUnrecognized option: -noforkError: Could not create the Java Vir...

    Views

    810

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi, if I read this documentation [1] correctly then in AEM 6.0 any query / search will calculate which index will be the fastest to retrieve the results. That means, that if I would create the solr index and integrate with a solr core, then a full text search (assuming it would be faster via solr) w...

    Views

    1.2K

    Likes

    0

    Replies

    4
  • 10/15/15
    For example in libs\foundation\global.jsp %><%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><% // %><%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %><%%><%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %><%  Produces errors Can not find the tag library...

    Views

    565

    Likes

    0

    Replies

    1
  • 10/15/15
    For  publish instance for validating captcha on server side I had to add CQ.HTTP.get method .But to this on publish instance I had to add <cq:includeClientlib categories="cq.widgets"/> .But the problem I see with this is in already exisitng pages this adds all the unused components with grey box .Th...

    Views

    651

    Likes

    0

    Replies

    2
  • 10/15/15
    Good day, I have not much experience in CQ5 and now I want to create a menu with options in a dialog box so I ask your kind assistance on the creation of this widget.   Thanks and Regards.

    Views

    430

    Likes

    0

    Replies

    1
  • 10/15/15
    We are designing an application in AEM 5.6.1 that would utilize user sessions, and noticed that sessions are disabled in global.jsp. Concerns about statelessness aside, why does global.jsp include session="false" in the page directive? What consequences, if any, should we expect if we remove that an...

    Views

    815

    Likes

    2

    Replies

    4
  • 10/15/15
    Hii      I am new to Adobe CQ5. i create menu structure with reference of Geometrixx. But i want menu Structure in the Attached Image Format. Please Suggest how can i proceed. Waiting for your Reply.

    Views

    924

    Likes

    0

    Replies

    2
  • 10/15/15
    We have setup TarOptimization to run at night, between 2-5 (default). However, in the log files, althought we can see that it runs, when it processes the tar files in the default WS, it stops after the first file (not throwing any exceptions or any other messages for that matter), then switch to the...

    Views

    827

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi, I need to create a component to allow the web author to alter the I.P. of the connection string used in JDBC. I want to create  a simple component to show which I.P.s are already captured, and allow the addition of a new I.P. The real question is, which would be the best method to save the I.P. ...

    Views

    800

    Likes

    0

    Replies

    2