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

  • 9/3/18
    Newbie here, so go easy. Not quite sure my terminology is correct.I'm trying to get all of the instances of a given model.  I have a Video component like so:@Model(adaptables = Resource.class, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)public class Video {     private url;}I'd like...

    Views

    1.5K

    Like

    1

    Replies

    2
  • 9/3/18
    Hi,The AEM Desktop APP when used, it mounts a network drive in the Windows Explorer.Is there any option like a Dropbox App? Where instead of having the files in a network location they would be synched into the local folder? So, any operations in the file would be local?Thanks,

    Views

    2.8K

    Likes

    0

    Replies

    6
  • 9/3/18
    I created the following query, but I can not make it work.SELECT user.*, group.* FROM [rep:User] AS user INNER JOIN [rep:Group] AS group ON ISDESCENDANTNODE(user, [/home/users])WHERE user.[jcr:uuid] IN (group.[rep:members])and user.[rep:principalName] = 'usertest'I get the following error: expected:...

    Views

    2.2K

    Likes

    0

    Replies

    4
  • 9/3/18
    ​Can I get the list of components in an application or from a folder in an excel format ?

    Views

    1.2K

    Like

    1

    Replies

    5
  • 9/3/18
    Hello All,              I want to create AEM bundle as my custom authentication. Can some one help me out the right steps with implementation example.RegardsQamar

    Views

    9.4K

    Likes

    0

    Replies

    5
  • 9/3/18
    Hello All,For Translations (Label properties, default value , value) I have created a component with multi-fields. All the properties gets stored in a single node in json array format.Is there any limit for this ? or what is the maximum limit that it can store all the properties?Will it impact the p...

    Views

    2.0K

    Likes

    0

    Replies

    3
  • 9/2/18
    Hi All,As per Configuring Email Notification  , if any customization is to be made to email template for workflow notification, it says  open the en.txt file located below the /etc/workflow/notification/email/default, make changes and saveSuppose,1]There are already existing workflows that are makin...

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 9/2/18
    I need to convert the content page in a pdf format and save the pdf in dam. I am able to create pdf file in dam from the below url with a string data but unable to read data from the content page.Adobe Experience Manager Help | Creating a custom Adobe Experience Manager PDF service Can anyone sugges...

    Views

    1.9K

    Likes

    0

    Replies

    3
  • 9/1/18
    Hello All, We have a Rich Text Editor component having below controls available(in _cq_editConfig.xml) for editing text. In AEM 6.3.2.2, when we log in as admin/admin and open the RTE component in edit mode, all controls are available for editing text.But when we login with a user who is part of Aut...

    Views

    3.5K

    Likes

    0

    Replies

    4
  • 8/31/18
    Hi,I have a dialog component the has a multifield and inside of if it has a Show hide dropdown.It works, but the problem is that when I change the option in one item of the list, it changes on the others as well.How can I do to change just on the item that I am in??I was reading this answer with the...

    Views

    22.4K

    Likes

    3

    Replies

    15