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

SantoshSai
SantoshSai
Online

Badges

Badges
41

Accepted Solutions

Accepted Solutions
120

Likes Received

Likes Received
689

Posts

Posts
530

Discussions

Discussions
148

Questions

Questions
374

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by SantoshSai
Customize the badges you want to showcase on your profile
Re: Whats the efficient way to write ECMA script to redirect to a provided url - Adobe Experience Manager 25-10-2021
Hi @SantoshSai I am trying to avoid the inclusion of an additional process step just for redirection. I think if I call a custom workflow process step I could get the payload from any of the available objects and possibly use a requestresponsefactory OSGI service to redirect but at the cost of an additional java class.As per the documentation ECMA script provide these objects.WorkItem, WorkflowSession, WorkflowData, args, sling and jcrSession.So I can easily get the payload but I am trying to un...

Views

212

Like

1

Replies

0
Re: OSGI Bundle Lifecycle - Adobe Experience Manager 25-10-2021
Hi @Asutosh_Jena_ Hope you get there something different!Thanks for your support! Regards,Santosh

Views

217

Like

1

Replies

0
Re: OSGI Overview - Adobe Experience Manager 24-10-2021
@SantoshSai, Thank you for shaing this with AEM community. 

Views

245

Likes

0

Replies

0
Re: Package Import and Export - Adobe Experience Manager 23-10-2021
Nice.Keep up good work.

Views

240

Like

1

Replies

0
Re: Aem Analyser plugin error - Adobe Experience Manager 23-10-2021
classes which reside within an "impl" java package are normally not exported by OSGI; at least that's the default used for AEM bundles, and I am not aware of any exception. That means that the class "com.adobe.aem.commons.assetsshare.search.result.impl.results.QueryBUildsResultsImpl" is not available outside this specific java package. You cannot use that class, also because you are not supposed to use it. It's also not part of the official API documentation. Why are using it?

Views

228

Like

1

Replies

0
Re: Oversized Images Causing Slow Speed in our websites how to use Renditions? - Adobe Experience Manager 23-10-2021
Typically your frontend design requires images in a 3-5 dimensions. Make sure that for all assets renditions are created in these dimensions.Then you need to design your components in a way, that they know in every situation what specific dimension should be used, and based on that it should be easy to choose the correct rendition of that asset. In that case your authoring users do not need to care about renditions and dimensions at all.

Views

289

Like

1

Replies

0
Re: Enable- Disabled View Option - Adobe Experience Manager 22-10-2021
Hi @SantoshSai Refer below one. http://aemlab.blogspot.com/2019/07/aem-add-view-button-to-view-pages.html?m=1Regards,Sanjay

Views

203

Like

1

Replies

0
Re: Need to return JsonObject from a getter in sling model exporter - Adobe Experience Manager 21-10-2021
Thanks @Vijayalakshmi_S . It is working solution for the problem. And It was a great learning about "JsonRawValue" annotation.

Views

498

Like

1

Replies

0
Re: add social media link and icons - Adobe Experience Manager 21-10-2021
Hi @odabio,You can consider one of the below two optionsExtend OOTB Button component (Need to have a means to locate the image/icons from DAM and amend HTL accordingly. You can extend along the similar lines as in the below blog ) https://jimfrenette.com/aem/components/button-component/In XF, within a dedicated layout container for social media icons, add button component for as many links you have.Completely custom - Multifield component with each set having two fields, one to locate image and ...

Views

313

Like

1

Replies

0
Re: Adobe PDF services while integrating with AEM DAM - Adobe Experience Manager 21-10-2021
HI Santosh,As per my understanding, dependency is an issue as AEM is not able to able to recognize pdf services on runtime. Workflow code is simple and straight forward. I can show you on screen sharing. please suggest some time when you are available RegardsVishal

Views

105

Like

1

Replies

0