Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sortieren
  • Neueste
  • Die meisten Ansichten
  • Die meisten Likes
  • Die meisten Antworten
  • Älteste zuerst
Filter
  • Alle
  • Gelöst
  • Ungelöst
  • Null Antworten

  • 30.10.18
    hello I have this query and I would like to be able to store this query in a list or an array to carry out some processes with them here is the one that I haveresourceResolver = resourceResolverFactory.getAdministrativeResourceResolver(null);Session session = resourceResolver.adaptTo(Session.class);...

    Zugriffe

    2.8K

    Likes

    0

    Antworten

    3
  • 30.10.18
    Hi All,I am facing one issue related to Uncaught DOMException: Blocked a frame with origin on server "https://<server_url>".Uncaught DOMException: Blocked a frame with origin "https://<server_url>" from accessing a cross-origin frame.In response header I have mentioned:X-Frame-Options: SAMEORIGINX-F...

    Zugriffe

    10.0K

    Like

    1

    Antworten

    2
  • 30.10.18
    Our business wants to update various content /pages from a single page. This is basically switching the associated jcr path dynamically from the same page. Attached is the proposed authoring UI. I know it’s premature and can be changed. But the key is to control all the page/content CRUD operations ...

    Zugriffe

    1.0K

    Likes

    0

    Antworten

    4
  • 30.10.18
    Found a similar thread here: Need java code to convert the page names to lower case which a staff member posted this bit of code:void rename(Node node, String newName) throws RepositoryException     {        node.getSession().move(node.getPath(), node.getParent().getPath() + "/" + newName.toLowerCas...

    Zugriffe

    7.2K

    Likes

    0

    Antworten

    4
  • 30.10.18
    Hi Team,I have a requirement to display error messages somewhere in AEM Dashboards, something similar to “Log Messages” Diagnosis tool under Tools-->Diagnosis-->Log Messages. The OOTB one has some limitations. For instance, by default it displays ALL error messages and I believe there is no way to r...

    Zugriffe

    1.4K

    Likes

    0

    Antworten

    2
  • 30.10.18
    Objective - Having a multilingual Blueprint, with some pages having already translated initial content.How are we planning to do it - Create a default site structure, with a template per page ( some initial components ) using a Master English language. then create a language copies from the master l...

    Zugriffe

    1.6K

    Likes

    0

    Antworten

    1
  • 30.10.18
    Hello everyone,Does someone know how can I change the character encoding in the response on a sling model exporter?Here a piece of code that I'm using@Model(adaptables = SlingHttpServletRequest.class,   resourceType = {"..."},   defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)@Exporter(...

    Zugriffe

    2.0K

    Likes

    0

    Antworten

    2
  • 30.10.18
    Hi All In AEM 6.2 we appear to be facing minification issues with YUI (JS Compressor) which is set at OSGi config - Adobe Granite HTML Library Manager. Following are the issues and observations.Troubleshooting steps we took:We were not getting the latest JS for our community calendar (issues we had ...

    Zugriffe

    4.1K

    Likes

    0

    Antworten

    3
  • 30.10.18
    I'm working in AEM sites 6.2 and am looking for a way to edit the automatically generated html of the table component. If I generate a base 3x2 table I am provided with this:<table cellspacing="0" cellpadding="1" border="1">     <tbody>          <tr>               <td> </td>               <td> </td>...

    Zugriffe

    983

    Likes

    0

    Antworten

    2
  • 30.10.18
    Hi, I am using image V1 from core components. The image file field is a mandatory field and I need this to be optional.On Granite UI documentation it says that the fileUpload has the required property, but when I use it and set to false it does not work on 6.4 version.How can I set the file image to...

    Zugriffe

    940

    Likes

    0

    Antworten

    1