Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    In a Sightly component can you set the i18n folder/basename to pull the translations from?In a normal JSP component we could do this <cq:setContentBundle basename="pearson-dot-com"/>, is there something similar for Sightly?

    Views

    734

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi guys,I am facing a strange issue here, Our production setup consists of  One Author Instance and One dispatcher and two publishers 1 and 2.Each AEM instance running on AWS  x3 large  servers individually. But still with  those high performance machines also AEM instances are taking 4 hours to res...

    Views

    2.6K

    Likes

    0

    Replies

    10
  • 10/15/15
    I have setup MongoDB with AEM. I am able to start MongoDB successfully and can access at web console. After that I have started AEM, but immediately after starting I get below error. MongoDB Logs:2015-04-28T09:58:14.933+0530 I NETWORK  [websvr] Socket recv() errno:10060 A connection attempt failed b...

    Views

    1.7K

    Like

    1

    Replies

    5
  • 10/15/15
    Hi All,Suppose we have an OOTB component which is customized. How will we ensure that we are using the custom component and not the OOTB component.

    Views

    665

    Likes

    0

    Replies

    2
  • 10/15/15
    Hello All,I have few workflows in my project but I am unable to see them in the workflow console(i.e at localhost:4502/libs/cq/workflow/content/console.html).Can you please help me with this.Thanks

    Views

    395

    Likes

    0

    Replies

    1
  • 10/15/15
    I have a local instance of AEM 6 running. I wanted to output an Adaptive Form into a PDF and came across this link https://helpx.adobe.com/aem-forms/6/submit-store-data-crx-repository.html that suggests that I need to download the Add on package and then I'll have the option to select "Store PDF sub...

    Views

    1.6K

    Likes

    0

    Replies

    3
  • 10/15/15
    In AEM document page "download PDF" link broken.For example: http://docs.adobe.com/content/docs/en/aem/6-0/develop/components.pdfOpen this pdf from page http://docs.adobe.com/docs/en/aem/6-0/develop/components.htmlthe PDF cannot be downloaded. it throw 500 error.

    Views

    583

    Likes

    0

    Replies

    1
  • 10/15/15
    I have been experimenting with the Touch UI dialogs in my "spare time" over the past week after last week's session. At some point it clicked in my head that these Granite UI components are in our instance and I wondered if I could use them in our implementation (which has not been launched yet, and...

    Views

    589

    Likes

    0

    Replies

    1
  • 10/15/15
    Usually an author creates a page by selecting a predefined template then drag and drop the components, Instead of predefined template, is there a way for an author to define a layout then save it as a template? Does anyone know if CQ5 provides any utility to achieve this, Thanks.

    Views

    646

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,I want to restore the version programmatically, so went through the PageManager API and found restore method.PageManager pageManager = resourceResolver.adaptTo(PageManager.class);Collection<Revision> revisions = pageManager.getRevisions(currentPage.getPath(), null);                        for(Rev...

    Views

    1.5K

    Likes

    0

    Replies

    3