Expand my Community achievements bar.

joshdboyle
joshdboyle
Offline
  • No sooner did I post this that I saw one of our developers had added their own verison of jquery to the main clientlib our page component overlay uses.  Commenting out the inclusion of this jquery library resolved the issue.  I'm going to guess there was a conflict between the jquery that ships with...

    Type

    Questions

    Views

    65

    Likes

    0

    Replies

    0
  • The above is OOTB AEM code that is breaking and preventing subsequent AEM code from firing that I need.  It's happening in the Page Properties dialog for our homepage.  I'm going to keep looking into this but wanted to see if anyone else had encountered this on the latest AEM as a Cloud Service buil...

    Type

    Questions

    Views

    73

    Likes

    0

    Replies

    1
  • I have an Adaptive Form and I'd like to make a given field required via JavaScript.  I have tried the following:field.mandatory = "error"field.mandatory = "true"field.mandatory = truefield.required = "error"field.required = trueI have also tried all of the above together with field.validationsDisabl...

    Type

    Questions

    Views

    134

    Likes

    0

    Replies

    3
  • A couple things:I highly recommend not using SQL2 directly like this and instead using QueryBuilder.  In your case, the path and property predicates can be used as follows:path=/etc/commerce/nicephore/catalog/MSegmentproperty=cnp:typeproperty.value=ParfumsAs a sanity check, install ACS Tools on your...

    Type

    Questions

    Views

    631

    Like

    1

    Replies

    0
  • Dynamic Media is installed and runmode is set.  I have the option to create both in the Create menu of the Assets UI but when attempting to add assets to the spin set or mixed media set, no assets are added.  It allows me to select the assets and click "Select":But after clicking Select, no assets a...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    1
  • For a client, I'm wanting to create a custom RuntimeExtension for HTL.  For example, similar to how i18n works in HTL expressions, I'd like to create my own.I've traced out how HTL markup is actually compiled into Java and have seen how, for example, i18n makes its way into that Java, but I can't se...

    Type

    Discussions

    Views

    1.9K

    Likes

    0

    Replies

    2
  • To get a listing of all the unique components used through a site you can use the component lister that comes with ACS Commons (or it's in a service pack - I don't recall).  If you need to do it programmatically, then you can use QueryBuilder to query for all cq:Component instances starting at a roo...

    Type

    Discussions

    Views

    1.7K

    Like

    1

    Replies

    0
  • The order in which QueryBuilder returns results cannot be guaranteed but you could use the path of one of those components to resolve the parent via a ResourceResolver and call listChildren() (Resource (Apache Sling (Builder) 6 API)) on that parent resource.  This should give you back the component ...

    Type

    Discussions

    Views

    1.7K

    Like

    1

    Replies

    0
Top badges earned by joshdboyle
Customize the badges you want to showcase on your profile
page footer