Expand my Community achievements bar.

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

  • 12/15/22
    Can any one help me on this? Currently working on aem 6.5,service pack is 6.5.13, java 1.11.   Best Regards, Jhansi Rani

    Views

    1.3K

    Likes

    0

    Replies

    6
  • 12/15/22
    Hi  I created a AEM servlet to call a external API and I tried to test it on local, my problem is that the CloseableHttpClient can not be executed. @SlingServlet(paths={"/bin/test01"},methods= {"POST"},metatype=false) public class OauthAuthServlet extends SlingAllMethodsServlet { /** * */ ...

    Views

    2.2K

    Likes

    0

    Replies

    4
  • 12/15/22
    /wildcardselectors { /type "deny" /url "/content*" /selectors "*" } hi folks, what additional publisher rules filters should I add to allow DAM images with dots in them i.e.     blah blah .something.2000X3000.jpg or is this disapproved of?   Maybe /wildcardselectorsdam { /type "allow"  /url  "/cont...

    Views

    980

    Likes

    0

    Replies

    1
  • 12/15/22
    Hi I am new to AEM, I created a AEM servlet and try to call a third party API to get a Oauth Token     @SlingServlet(paths={"/bin/test01"},methods= {"POST"},metatype=false) public class OauthAuthServlet extends SlingAllMethodsServlet { /** * */ private static final long serialVersionUID = ...

    Views

    3.8K

    Likes

    0

    Replies

    6
  • 12/15/22
    I've been tasked with adding an existing content fragment to a custom component. The path to the content fragment is populated by a custom page property a content author would add. I need to use that value in a custom component that includes the dynamic call to the content fragment. All I can find i...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 12/15/22
    Env. AEM Form 6.5 SP-12 On Prem, Document Manager version [1].   Question - Using AssemblerService - how to configure insertionPoint in LiveCycle designer and use it via DDX   Scenario - We are trying to configure insertionPoint (DDX [2]) as explained here - https://help.adobe.com/en_US/livecycle/11...

    Views

    835

    Likes

    0

    Replies

    2
  • 12/15/22
      Env. AEM Forms 6.5 SP-12, On Prem   XML Payload for outputservice: <RootElement> <FirstName>FirstName</FirstName> <FirstName>LastName</FirstName>. . . <DocSource1>sampleContent1.pdf</DocSource1> <DocSource2>sampleContent2.pdf</DocSource2> <DocSource3>sampleContent3.pdf</DocSource3> <DocSource4>sam...

    Views

    797

    Likes

    0

    Replies

    1
  • 12/14/22
    Hi All,   I am working on a feature where AEM need to login using social media like FB, twitter etc. I have created fb app (customer category) and setup facebook login app with required properties. After performing all the steps in AEM, configured cloud facebook with app id and client secret etc. ge...

    Views

    601

    Likes

    0

    Replies

    1
  • 12/14/22
    Hi, On deletion of an Asset, I need get a property from the Node.   I created a workflow and also a launcher which is triggered whenever a node is removed. From the workflow payload I need to get asset path from which I can get its properties just before deletion(manually deletion of asset not from ...

    Views

    972

    Likes

    0

    Replies

    3
  • 12/14/22
    Dear community, I would like to collect user's login detail from my custom login page whether the login action is successful or not. The scenario would be: when the existing user log in AEM, the system write the timestamp into a user property for admins to check. When the user log in with wrong pass...

    Views

    980

    Likes

    0

    Replies

    3