Expand my Community achievements bar.

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

  • 11/16/17
    Hi. My name is Prashant Bhargava. I've just got started with using AEM. I've been able to successfully develop a simple static website on localhost by following "Create your First Adobe Experience Manager 6.3 website".https://helpx.adobe.com/experience-manager/using/first_aem63_website.htmlI've few ...

    Views

    1.5K

    Likes

    0

    Replies

    2
  • 11/16/17
    Hi All,Am using Journal Component to create blog posts, and when i publish the blog posts from Author, i see the userIdentifier property is empty always.does anyone have idea why this happening ?thanks in advance.,

    Views

    1.6K

    Likes

    0

    Replies

    2
  • 11/16/17
    Hi,I wondered if somebody can please help explain or point me in the right direction.  In 6.2 have created live copies of global pages, and on those pages I set the rollout config to push on modify and also Activate on Blueprint Activation.  This appears find for items on the page etc, but the tags ...

    Views

    2.2K

    Likes

    0

    Replies

    2
  • 11/15/17
    Does AEM provides any in-built translation facility apart from using external connector like Lingotek?

    Views

    672

    Likes

    0

    Replies

    1
  • 11/15/17
    So I want to parse some JSON strings using Java.I tried using 2 custom JSON Java packages(added these lines into my pom.xml) to help me achieve this.<dependency>    <groupId>org.json</groupId>    <artifactId>json</artifactId>    <version>20171018</version></dependency>AND<dependency>    <groupId>com...

    Views

    905

    Likes

    0

    Replies

    2
  • 11/15/17
    Hi,As per my observation on AEM 6.3, when we drag and drop our components, the sling model associated with component instantiates immediately.my Sling Model  is like this :- @Model(adaptables = SlingHttpServletRequest.class) with injectors like below@Inject @Via("resource")    @Optional    private S...

    Views

    3.4K

    Likes

    0

    Replies

    4
  • 11/15/17
    Hello,We have implemented MSM in our project. I would like to know when the content is modified in the parent, one of the page property need to be modified and rollout the content to child. For example :Parent page "A" has page property "refPath=/content/myapp/abc/lmn" and when page is rollout to ch...

    Views

    2.0K

    Likes

    0

    Replies

    3
  • 11/15/17
    I'm looking to integrate a new project management system into my marketing department's workflow system. I see a lot of support for design project management, but not a lot for document management. Has anyone used Experience Manager in this way and if so, how well has it worked for you?

    Views

    879

    Likes

    0

    Replies

    1
  • 11/15/17
    Hi,Is it necessary/recommended to structure entire code base (config, osgi services & components, wcmuse classes) inside lazybones structure i.e. ui.apps and core only? or we can expand beyond these two packages as per need and create additional packages/bundles?Thanks

    Views

    986

    Likes

    0

    Replies

    2
  • 11/15/17
    I am trying to use cq.jquery clientlib which has dependency granite.jqueryused syntax:<cq:includeClientLib categories="cq.jquery"/>It should resolve in <script type="text/javascript" src="/etc.clientlibs/clientlibs/granite/jquery.js"></script><script type="text/javascript" src="/etc.clientlibs/clien...

    Views

    15.0K

    Likes

    3

    Replies

    8