Expand my Community achievements bar.

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

  • 2/5/23
    Hi, I am trying to implement show hide on dropdown which is present inside the multifield. I have Option1 (Enables 2 text field both required), Option 2 (Enables 1 Text Field required), Both (Enables 3 textfield which all required).   I tried these js, but field which are required need an entry even...

    Views

    338

    Likes

    0

    Replies

    3
  • 2/5/23
    Hi all, I am using image v3 component (aem core components v2.19.2) and created a custom image component based on the same. The OOTB AdaptiveImageServlet is loading the image renditions in the below URL format,    Author: /content/<project_path>/<page_path>/<component_path>/<component_name>.coreimg....

    Views

    536

    Likes

    0

    Replies

    5
  • 2/4/23
    Junit class  @BeforeEachvoid setUp() throws Exception { MockitoAnnotations.initMocks(this); context.load().json("/pdf.json", "/content/dam"); context.currentResource("/content/dam"); AssetManager assetManager =context.resourceResolver().adaptTo(AssetManager.class); Asset asset=contex...

    Views

    386

    Likes

    0

    Replies

    2
  • 2/4/23
    Here is my Java class I wanted write Junit test cases for this class basically this servlet will return last modified date Error i am getting Null pointer on  Asset asset = assetManager.getAsset(pdfUrl); package com.aem.geeks.core.servlets;import javax.servlet.Servlet;import javax.servlet.ServletEx...

    Views

    204

    Likes

    0

    Replies

    1
  • 2/4/23
    I was trying to create a XF . Created XF template type by copying the wknd's XF template type.  But when I'm trying to create XF template using the created template type, I found a strange situation. All the .hidden group components are not present in the allowed components list. But I need those co...

    Views

    372

    Likes

    0

    Replies

    3
  • 2/4/23
    I am using AEM as a Cloud Service and have created a component in which the data is rendered through the Content Fragments. To get the data stored in CFs, I have a GET request in my JS for the graphql persisted query. But the problem is the data is cached. No matter how many times I publish the CF, ...

    Views

    945

    Likes

    0

    Replies

    7
  • 2/4/23
      [ERROR] Unresolveable build extension: Plugin org.apache.jackrabbit:filevault-package-maven-plugin:1.1.6 or one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.jackrabbit:filevault-package-maven-plugin:jar:1.1.6 -> org.apache.maven:maven-core:jar:3.3.9 -> or...

    Views

    440

    Likes

    0

    Replies

    1
  • 2/3/23
    while Authoring After page loaded  

    Views

    278

    Likes

    0

    Replies

    2
  • 2/3/23
    Hi All,   Please check if any has the same issue. We are using AEM6.4.8. Pen testing team has raised this issue: org.eclipse.jetty.http.BadMessageException: 400: Bad HostPort   Please suggest how to resolve this issue.     Regards,

    Views

    298

    Likes

    0

    Replies

    1
  • 2/3/23
    Hi   I have created a project to be deployed in ams cloud. We have requirement, for not to cache clientlibs files.   So we have written a transformers for that.    When i try to setup rewriter in ui.config , transformer is not working .     In ui.apps,  i created config folder and moved rewriter fo...

    Views

    297

    Likes

    0

    Replies

    2