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

arunpatidar
arunpatidar
Online

Badges

Badges
57

Accepted Solutions

Accepted Solutions
1211

Likes Received

Likes Received
2755

Posts

Posts
4263

Discussions

Discussions
1043

Questions

Questions
3223

Ideas

Ideas
26

Blog Posts

Blog Posts
9
Top badges earned by arunpatidar
Customize the badges you want to showcase on your profile
Re: Administrators group is the exception to CUGs. Which other groups/users are exception to CUG. - Adobe Experience Manager 25-08-2022
No, you cannot detect by an API if a principal is allowed to access a CUG protected resource by this exemption list or by any other means. Because normally it should not matter, and exemption list should only be used for admin usecases. If you really need to distinguish those 2 cases, you need to implement this feature on your own (as indicated by @arunpatidar ); in any way I would suggest you to create a ticket with Adobe support and raise this requirement there. Pleas include detailled descrip...

Views

6

Likes

0

Replies

0
Re: Caused by: javax.jcr.query.InvalidQueryException: The specified language is not supported: sas_84362 - Adobe Experience Manager 24-08-2022
HI nj2, I haven't found any solution for this issue. Ticket I have in On-Hold status. Regards Naveen V

Views

6

Likes

0

Replies

0
Re: filevault(vlt) equivalent in aem cloud - Adobe Experience Manager 24-08-2022
Of course this flow will work. Rebuild the package, download it, unzip it and commit to git. Then invoke the next script, which re-creates the package and uploads and installs it somewhere else.

Views

12

Like

1

Replies

0
Re: Image Lazy Loading JS libraries - Adobe Experience Manager 24-08-2022
You can try using Vanilla-LazyLoad LazyLoad is a lightweight (2.4 kB) and flexible script that speeds up your web application by deferring the loading of your below-the-fold images, animated SVGs, videos and iframes to when they will enter the viewport. It's written in plain "vanilla" JavaScript, it leverages the IntersectionObserver API, it supports responsive images, it optimizes your website for slower connections, and can enable native lazy loading. See all features for more. You can registe...

Views

25

Likes

3

Replies

0
Re: Lack of SSI in AEMaaCS Dispatcher - Adobe Experience Manager 24-08-2022
I think, this does work now. I checked with local sdk and dispatcher setup. Changes are below https://github.com/arunpatidar02/aemaacs-aemlab/pull/21/files

Views

6

Like

1

Replies

0
Re: Include Image from local system to component dialog - Adobe Experience Manager 24-08-2022
You can refer to below logic to get the binary file : private boolean addThumbnail(Node node,SlingHttpServletRequest request){ try { ResourceResolver resourceResolver = ResolverUtil.newResolver(resourceResolverFactory); RequestParameter rp = request.getRequestParameter("file"); InputStream is = rp.getInputStream(); Session session=resourceResolver.adaptTo(Session.class); ValueFactory valueFactory=session.getValueFactory(); Binary imageBinary=valueFactory.createBinary(is); Node photo=node.addNode...

Views

49

Likes

2

Replies

0
Re: what is the field more:false in api responce? - Adobe Experience Manager 23-08-2022
The response can be interpreted as the following outcome: total=1131, more=false - Indicates that total number of hits is 1131. The UI can show up to 31 results as part of the first page and provide pagination for the next three pages. You can also use this implementation to display a descriptive text like “1131 results found”. total=1131, more=true - Indicates that the total number of hits is greater than 1131 and the exact count is not known. The UI can show up to 31 as part of the first page ...

Views

46

Likes

3

Replies

0
Re: Multifield values not storing under the required path - Adobe Experience Manager 23-08-2022
I will try this and let you know

Views

8

Likes

0

Replies

0
Re: what is mix:referenceable in aem? - Adobe Experience Manager 23-08-2022
Every node has one declared primary node type and zero or more mixin node types. Jackrabbit has a unique identifier for every node (jcr:uuid) but if you tried to list the nodes properties it would not appear, unless you added the mix:referenceable mixin. Refer JCR specification https://developer.adobe.com/experience-manager/reference-materials/spec/jcr/1.0/6.7.21.2_mix_referenceable.html All versionable nodes must also be referenceable, thus versionable is a subtype of referenceable. Refer https...

Views

31

Like

1

Replies

0
Re: RTE plugin color picker issue - Adobe Experience Manager 23-08-2022
This is here Sample Test Component If you are using AEMaaCS , you can find it here https://github.com/arunpatidar02/aemaacs-aemlab/pull/5/files

Views

20

Like

1

Replies

0