Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 3/13/18
    So I have the following Javafor (Cookie cookie : getRequest().getCookies()) {   if (cookie.getName().equals((String) Constants.class.getDeclaredField(get('mycookie',String.class)).get(null))) {   value = cookie.getValue();  }}and it's returning some value to my HTL<sly data-sly-use.courseBookmarkCoo...

    Views

    1.6K

    Like

    1

    Replies

    2
  • 3/13/18
    Out of box Thumbnail tab in page property is not working. Able to upload image but image is uploaded with image.sftmp name instead of image nt:file.

    Views

    3.4K

    Likes

    0

    Replies

    9
  • 3/13/18
    Any idea why these images are broken when assets are moved from one instance to another instance using the following cURL command:vlt rcp  -b 100 -n -r -u http://admin:admin@myserver1:4502/crx/-/jcr:root/content/dam/company/categories http://admin:admin@myserver2:4502/crx/-/jcr:root/content/dam/coma...

    Views

    4.3K

    Likes

    2

    Replies

    8
  • 3/13/18
    Hello AEM community!I have a problem installing OSGI bundle to AEM server.Apparently, AEM server's OSGi Bundle detail says imported package as none, however, my local AEM server installed packages.I'm not sure what makes it prevent from installing dependencies from external sources.Following is my l...

    Views

    934

    Likes

    0

    Replies

    0
  • 3/13/18
    Hi,I have a specific use case where i would like to take input from user to schedule a particular job in AEM. I am using a simple form on front end and sending those values to server (Sling servlet mapped to the URL in ajax call) using an ajax call. Those values are needed to create a job scheduled ...

    Views

    5.6K

    Likes

    0

    Replies

    6
  • 3/13/18
    Hello,I am working on creating editable templates in AEM 6.2. I have an accordion-like component that leverages a multi-field to create tabs with parsys containers. In order to preserve the content that gets dragged into each of these parsys nodes, and to preserve the re-orderability that the multi-...

    Views

    10.0K

    Likes

    0

    Replies

    18
  • 3/13/18
    Hello,We are seeing issue with our site for some pages. Welcome to Interflex  When you go to New and Events page from navigation, it opens the page appending   "/" at the end. After we clear the dispatcher cache, page loads fine for some time. Again, it starts appending "/". Is it considering it as ...

    Views

    1.5K

    Likes

    0

    Replies

    4
  • 3/13/18
    Hi,Here is my requirement like I have a fixed header and footer for the entire website except the home page. So I am designing it like,  I have created a page component where I am adding header, footer and a parsys for body. But How can I make sure that I will author only in a single page that heade...

    Views

    5.3K

    Like

    1

    Replies

    12
  • 3/12/18
    Hi , My servlets are giving 404 not found error as the component is in satisfied state.If I see the component ,the references are in satisfied state.It uses the following reference :ResourceResolverFactory. Steps I did  : 1) Added @activate to activate method2) Made the component immediate =true3)Ad...

    Views

    6.5K

    Like

    1

    Replies

    8
  • 3/12/18
    I have a page component (/libs/wcm/foundation/components/page) with other included components like:<sly data-sly-resource="${'search' @ resourceType='/apps/project/components/search'}" sly/> How can I get a list of these components in a Sling Filter? I tried to use scope SlingFilterScope.COMPONENT, ...

    Views

    554

    Likes

    0

    Replies

    1