Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    The server servlet code is below(return to client);JSONWriter jw = new JSONWriter(response.getWriter()); try { jw.array(); jw.object(); jw.key("result").value(result); jw.endObject(); jw.endArray(); } catch (JSONException e) { log.error("JSON Exception:", e); }And the client file JS in fold clientli...

    Views

    1.0K

    Likes

    0

    Replies

    6
  • 10/15/15
    Hi,Sometimes execution of the following query:final String statement = "SELECT * FROM [cq:PageContent] AS sites " + + "WHERE ISDESCENDANTNODE([/content/myapp]) AND sites.hostName IS NOT NULL " + "ORDER BY sites.hostName"; final Session session = resourceResolver.adaptTo(Session.class); final QueryMa...

    Views

    542

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,Here, some of these options are used throughout the examples, but are they listed and documented somewhere?Thanks,Behrang 

    Views

    1.0K

    Likes

    0

    Replies

    6
  • 10/15/15
    In my project I had to add the default OOTB mBOX component to the sidekick in order for authors to allow creating mboxes across the site. Going through adobe documentation, I found that we have to include cq/personalization/components/clientcontext after start of body tag and cq/cloudserviceconfigs/...

    Views

    1.9K

    Likes

    0

    Replies

    6
  • 10/15/15
    Hi,We have a template page (let's call it templateA) where we have built pages with.  Let's say we have pages pageA and pageB.  The constructed page pageA works correctly.  All links (for eg. /content/global/en_us/index/solutions/index.html) are resource mapped correctly (eg /solutions/index.html). ...

    Views

    540

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi,I am trying to implement the Offloading mechanism in multiple AEM 6.0(SP1) author instances(non-clustered). The thing I observed is, I can able to connect all of the instances in a topology, but the offloading is not working! I tried using "DAM Upload Asset Offloading" workflow in one instance. I...

    Views

    1.4K

    Likes

    0

    Replies

    6
  • 10/15/15
    In my local jcr I havecontent/itemIn a bundle I have the following code fragment : On saving or creating nodes I get the following results from the string I created, debugmessage debugMessage = Server Response = line 127:: got root node doesSpecialsExist it.hasNext() = true line142:: content/special...

    Views

    696

    Likes

    0

    Replies

    2
  • 10/15/15
    I am trying to set a second level namespace filter in a tags widget, but it doesn't seem to allow that. Is it possible to filter by namespace any further than first level?This is what I am trying to do:<reportertag jcr:primaryType="cq:Widget" fieldLabel="Reporter Tag" name="./cq:tags" xtype="tags"> ...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi Team, I want to develop a listener class for particular component EDIT/ DELETE  events. How i can achieve this by java program. Please help me do that...Thanks!, Devakrishna

    Views

    849

    Likes

    0

    Replies

    2
  • 10/15/15
    hi, i tried to create a bundle , and i installed in cq bundles, but when i click active it remains in installed state, so in that adobe document they have given alternative like  If the status is not Active, check the CQ error.log for exceptions. If you get “org.osgi.framework.BundleException: Unres...

    Views

    499

    Likes

    0

    Replies

    2