Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hi everyone,Can I add a custom property on my OSGI service?ex.@Properties({    @Property(name ="NewValue", intValue = 0, propertyPrivate = false, label="custom value")})@Servicepublic class NameClass If I can, How I access to the property in my source code? Thanks,

    Views

    572

    Likes

    0

    Replies

    2
  • 10/15/15
    To allow POST and GET for servlet I need this:{ /type "allow" /glob "GET /servlets/Test"  } { /type "allow" /glob "POST /servlets/Test"  }or to use "*":{ /type "allow" /glob "* /servlets/Test"  }Is there any option to specify POST and GET in one row?

    Views

    503

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi All,I am submitting the workflow to default group and that default group is having 5 users.One user is approved the workflow.How the notification will sent to remaining users.

    Views

    563

    Likes

    0

    Replies

    1
  • 10/15/15
    I'd like to write some automated tests to test our AEM6 authoring environment (i.e. filling in edit dialogs and ensuring dialog configurations and editor hooks work). Is this something that Hobs/Hobbes is designed to do? Or will I need to use a 3rd party library such as Selenium?http://docs.adobe.co...

    Views

    455

    Likes

    0

    Replies

    1
  • 10/15/15
    Hello there,in regards to this list of hotfixes: http://helpx.adobe.com/experience-manager/kb/cq561-available-hotfixes.htmli was hoping to find some download option for these specifc packages:30-Apr-2014 NPR-3921 Thumbnail Creation Process Failing on certain Images30-May-2014 NPR-4077 No image appea...

    Views

    634

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,I have a requirement that I need to set some text to textfield when checkbox is checked. I wrote a listener for this. It is working fine in Classic UI.But it is not working in Touch UI. My dialog.xml is like below -<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/c...

    Views

    1.6K

    Likes

    0

    Replies

    7
  • 10/15/15
    HiI have component which include the parsys1 at render time. When i add that component in parsys then it create parsys1 & new parsys1 generate down to that component. I would like implement the functionality in such a way that if I drag and drop the component, it should hide the next parsys1. How ca...

    Views

    675

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi All,Could you please explain me the concept of OSGI deployment process?

    Views

    578

    Likes

    0

    Replies

    1
  • 10/15/15
    Hello, I have next problem:I need to set some default settings for comments component and I tried to do it in next way - I added node with name "comments" under the jcr:content of template of me page. When I create page, this "comments" node appears in /conent/mypagename/jcr:content/ but comments co...

    Views

    1.5K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi I have developed a textimage component in AEM5.6 and it is working as expected. Expected: text should be to the left of the image with certain padding and the applied stylesbut later, I have imported the same component and trying to use the same in AEM6.0 .But here, text is always coming below th...

    Views

    577

    Likes

    0

    Replies

    1