Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hi,I have a blog overview page. say it is http://<hostname>/content/campaigns/siteName/blogoverview.htmlNow I have to get an newsletter for it say  http://<hostname>/content/campaigns/siteName/newsletter Can some one give me pointers as how could i develop it and what all changes i might have to do....

    Views

    319

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,Will there be any problems with the CQ instance if I delete "contributor" and "content-authors" built-in groups? We are not using them, but they are mentioned in the documentation, and it is possible that they are used by some features.Also, if I delete those groups, will their permissions (entri...

    Views

    381

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,We have a requirement where we would like to version images under /etc/design. Basically, what we want to do is that if the image has been modified or republished a new version should be created and therefore the image could be cached on the dispatcher for a longer TTL like an year or so.I though...

    Views

    276

    Likes

    0

    Replies

    1
  • 10/15/15
    I have requirement to change password implimentation on our project.took password fields  with new component after entering password fields and after submition  am sending these values through ajax to servlet. the below code i have used .try {        Session session = repository.loginAdministrative(...

    Views

    753

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,Lets say few pages were created by user1, user2 etc.When we create a package of these pages and install it to other server, the jcr:createdBy property for all pages changes to the user("admin") who installs the package.Is there anyway to preserve jcr:createdBy property while installing a package....

    Views

    426

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi ,I have a problem with these steps:--copy the foudation/components/image component as apps/myproject/components/MyImage , then change the value the 2 properties:jcr:title & componentGroup to avoid conflict.--add the MyImage component to the sidekick toolbox-- drag this "MyImage" component to the ...

    Views

    476

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi,System has custom transport handler that handles content transportation to the external system. This code was working on 5.5. Stopped working on the AEM 6.It's created by implements TransportHandler@Component(immediate = true, metatype = false)@Service(TransportHandler.class)The problem we are fa...

    Views

    6.2K

    Likes

    0

    Replies

    14
  • 10/15/15
    Hi,We are in the process of launching the website and it seems like the only issue left is page load times on certain pages when executed against publishers. We are using Varnish as our cache servers and seems to handle stuff quite well.We have user related stuff all over the website and every page ...

    Views

    349

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,I registered a Sling-Servlet to generate JSON when a resource of the resource type "my/resource/type" is called with the selector "autoComplete" and the extension "json":@Service @Component() @Properties(value = { @Property(name = "sling.servlet.resourceTypes", value = "my/resource/type"), @Prope...

    Views

    3.2K

    Like

    1

    Replies

    2
  • 10/15/15
    Is there a way to delete unused ACLs in AEM6 SP1? I deleted some groups, and now I need to delete the corresponding ACLs. I know that for CQ5 there is Clean Stale ACL Tool that allows to do it automatically instead of creating a package with ACLs to be removed manually. Could you please help find su...

    Views

    317

    Likes

    0

    Replies

    1