Expand my Community achievements bar.

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

  • 1/27/23
    Hi Team,    I am working on AEM 6.5.0, I made a model after copying an existing core component titled V1, But When I tried to use that model, with my sightly it threw an error attaching a screenshot,    Html Template: https://prnt.sc/raGquoWXKlK2   Model(Java File)  : https://prnt.sc/sRe-G82Ty13t   ...

    Views

    837

    Likes

    0

    Replies

    8
  • 1/27/23
    Hi Team, I want to give some default styels for components, in my template I have some group of styling, where like Alignment group(left,right), another group like(color) so In alignment I want left should be default. I used defaultstyleclass in template but when I change other style color then alig...

    Views

    617

    Likes

    0

    Replies

    3
  • 1/27/23
    Hi,   I'm getting the following error sometimes(not always) on submission of foundation form(cannot use core form component for some reason). Using AEM 6.5.10.   POST /content/xxx/form.html HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render r...

    Views

    313

    Likes

    0

    Replies

    1
  • 1/26/23
    Hi Team,   to trigger Adobe Cloud Manager CI/CD pipeline for a program/project via jenkins. i found there are two ways - installing Adobe Cloud Manager plugin and configure AIO integration to access the pipelines and trigger it - in Jenkins job - using bash script to run Adobe IO CLI commands to tri...

    Views

    619

    Like

    1

    Replies

    5
  • 1/26/23
    Hi All,   Got some requirement my one of the site to new domain redirect means like   old domain to new domain redirect.   It would be great help if someone share the articles / experience - what all files are need to modify .   Thanks in advance.   -- Nani

    Views

    418

    Likes

    0

    Replies

    3
  • 1/26/23
    All, I have a custom process step within the dam update asset workflow where the step needs a resource resolver instance which I get from the workflow session via adaptToResourceResolver resResolver = workflowSession.adaptTo(ResourceResolver.class);I do NOT have a closeable try block as in below sin...

    Views

    1.2K

    Likes

    0

    Replies

    12
  • 1/26/23
    I want to create a node but I get Invalid name or path exception while creating a node, below is the exception   javax.jcr.RepositoryException: Invalid name or path: parentCategoty/tco[a].jpg     Hence I am using JcrUtil.escapeIllegalJcrChars to sanitize the path before creating but it seems not wo...

    Views

    364

    Likes

    0

    Replies

    2
  • 1/26/23
    I have a need to add an extra image field to Teaser components.  Basically, I am trying to create a By Line type effect that can be added to teasers.   The problem I am having is that both the Teaser and By Line components are inheriting from the core Image Component via their sling super type.  I w...

    Views

    389

    Likes

    0

    Replies

    3
  • 1/26/23
    I want to create a series of nodes like parentProduct/subCategory1/subCategory2/subCategory3/subCategory4 inside /var/temp location. I tried to use addNode() method of Node class and createPath() method of JcrUtil class but both did not work. addNode() method just creates only one immediate node(ex,...

    Views

    437

    Likes

    0

    Replies

    2
  • 1/26/23
    Hello I am trying to integrate AWS SDK in my project. But the problem is after the deploy the bundle cannot be resolved. In the project pom.xml <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk</artifactId> <version>1.12.392</version></dependency> In the core pom.xml <d...

    Views

    574

    Like

    1

    Replies

    4