Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

justin_at_adobe
justin_at_adobe
Offline

Badges

Badges
27

Accepted Solutions

Accepted Solutions
259

Likes Received

Likes Received
88

Posts

Posts
529

Discussions

Discussions
21

Questions

Questions
508

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by justin_at_adobe
Customize the badges you want to showcase on your profile
Re: how to get a node or page language? - Adobe Experience Manager 15-10-2015
If you have a Page object already, you can just do page.getLanguage(false). See http://docs.adobe.com/docs/fr/aem/6-0/develop/ref/javadoc/com/day/cq/wcm/api/Page.html#getLanguage(boolean)Regards,Justin

Views

1.1K

Likes

0

Replies

0
Re: Sling Model and Sightly - Adobe Experience Manager 15-10-2015
Your use directive has the name 'geocode' and your expression has the name 'phone'. Might that be the problem?

Views

2.0K

Likes

0

Replies

0
Re: Sling Model and Sightly - Adobe Experience Manager 15-10-2015
Assuming your Sling Model class is adaptable from either Resource or SlingHttpServletRequest, you can specify the fully-qualified class name in the data-sly-use attribute. See http://experiencedelivers.adobe.com/cemblog/en/experiencedelivers/2014/04/sightly-intro-part-4.html

Views

1.8K

Like

1

Replies

0
Re: Is there a way to allow non-admin users access http://localhost:4502/.cqactions.html? - Adobe Experience Manager 15-10-2015
Pretty sure Shekhar is not a bot as his answer was correct (although perhaps could have been more complete) You wroteIn particular, I want a non-admin user to be allowed use .cqactions to assign permissions for a given path to a given user:And the way you would do that is by granting the edit access control permission.Justin

Views

445

Likes

0

Replies

0
Re: Null value from resource resolver - Adobe Experience Manager 15-10-2015
Hi,Usually that would indicate that either (a) the resource at that path does not exist or (b) it does exist and the user doesn't have read access to it.Regards,Justin

Views

1.5K

Likes

0

Replies

0
Re: How to open a link page when user press the button in sidekick? - Adobe Experience Manager 15-10-2015
As the link from Sham showed, you don't need to modify sidekick.js. In your JavaScript, add your custom action to CQ.wcm.Sidekick.DEFAULT_ACTIONS.

Views

338

Likes

0

Replies

0
Re: Does AEM 6 still support clustering (not mongo) - Adobe Experience Manager 15-10-2015
Hi,A few points to clarify:* TarMK never supported clustering. TarMK is new technology in Oak. I think you are confusing it (for good reason) with TarPM.* S3 cannot be used to host the nodestore, only the datastore. So you still need to use TarMK or MongoMK for the nodestore.* It is not clear to me why you think that using S3 will improve performance. In general, S3 will be at par with or slower than local disk. The S3 datastore is really designed for large scale storage. Of course, your mileage...

Views

398

Likes

0

Replies

0
Re: how to get response from Author instance through a standalone code - Adobe Experience Manager 15-10-2015
Hi,This works, but it would be significantly easier to user a higher-level HTTP client API which supports basic authentication.Justin

Views

386

Likes

0

Replies

0
Re: How to create name space programatically - Adobe Experience Manager 15-10-2015
Hi,Sorry, I don't see anywhere in that page where it suggests that creating a namespace modifies nodes in /libs/dam/options/metadata. You should create a namespace as part of your deployment process, not during a workflow. The most common approach is by using the Sling-Namespaces bundle manifest header. Your deployed project would also (if necessary) be responsible for adding the nodes under /libs/dam/options/metadata and (most likely) the custom fields in the DAM Asset Editor (unless you are us...

Views

200

Likes

0

Replies

0
Re: How to create name space programatically - Adobe Experience Manager 15-10-2015
Hi,Creating a JCR namespace does not modify nodes under /libs/dam/options/metadata. Where did you read that?Programmatic namespace registration is described in section 10.12 of the JCR spec: http://www.day.com/specs/jcr/2.0/10_Writing.html. Also see the JavaDoc: http://www.day.com/maven/jsr170/javadocs/jcr-2.0/javax/jcr/NamespaceRegistry.htmlThere is a specific privledge associated with this: jcr:namespaceManagement.It would be very strange to create a new namespace in the context of a workflow ...

Views

200

Likes

0

Replies

0
Likes given to