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

Veena_Vikram
Veena_Vikram
Online

Badges

Badges
59

Accepted Solutions

Accepted Solutions
130

Likes Received

Likes Received
636

Posts

Posts
1132

Discussions

Discussions
310

Questions

Questions
822

Ideas

Ideas
6

Blog Posts

Blog Posts
8
Top badges earned by Veena_Vikram
Customize the badges you want to showcase on your profile
Re: convert static HTML page in iframe to AEM component based - Adobe Experience Manager 24-01-2022
@B_Sravan There is a drawback with the approach 1, I assume when @anuradha3 mentioned static page HTML, I assume it is the full HTML from tag till end of the HTML Document. If that is the case, putting it in RTE might not work. What can be done in that case is to add only the relevant HTML. But RTE has XSS validations and may strip off some HTMLs or links depending on what you add.

Views

412

Like

1

Replies

0
Re: convert static HTML page in iframe to AEM component based - Adobe Experience Manager 22-01-2022
@anuradha3 Welcome to AEM. You have to take that static HTML and convert the same into editable templates and components . If you are not sure how to go about it , you can check these tutorials https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html

Views

455

Likes

3

Replies

1
Re: AEM| Touch UI | Extend Rich Text Link Dialog - Issue with custom JS for Links plugin - Adobe Experience Manager 22-01-2022
Will check and get back on this @Vijayalakshmi_S 

Views

214

Like

1

Replies

0
AEM| Touch UI | Extend Rich Text Link Dialog - Issue with custom JS for Links plugin - Adobe Experience Manager 20-01-2022
Hi All I am working on a project where we are migrating the 6.2 code to AEM Cloud. In the RTE of the text component , they have used Sreekanth Choudry Nalabotu's https://experience-aem.blogspot.com/2018/01/aem-63-sp1-touch-ui-extend-rich-text-link-dialog-remove-parent-frame-option-from-target-select.htmlfor customizing the link plugin field. When components were migrated to Coral 3 UI, this stopped working and started throwing error. I somehow fixed the JS to show the additional dropdown , but n...

Views

246

Likes

0

Replies

4
Re: Sling Resource Resolver - Suffix Path - Adobe Experience Manager 20-01-2022
The last one obviously may not work. /content/asset-share-commons/en/light/details.html/content/dam/img.png --> is this accessible directly ?

Views

268

Like

1

Replies

1
Re: React SPA page with Sling Selector fails to load the page content - Adobe Experience Manager 17-01-2022
@bfvaughn wrote:I need to handle a dynamic url where the last three url paths are variables. I have a url like /content/mysite/us/en/home/product/tools/var1/var2/var3 that I can transform to /content/mysite/us/en/home/product/tools.var1.var2.var3.html via /etc/maps. The Sling model is building the correct model.json with all the json elements you'd expect but the page is loading blank and no errors are thrown in the console. Any ideas where in the react spa code this would be failing?Hi @bfvaugh...

Views

202

Like

1

Replies

0
Re: Sling Resource Resolver - Suffix Path - Adobe Experience Manager 16-01-2022
Do you have a content rendering file/script which matches your suffix ? I am not sure how you are trying to access the page. Can you add some screenshots or examples for our better understanding? If you are new to AEM space and do not understand Sling Resolution and how the content is rendered when suffixes are there , you can start here https://issues.apache.org/jira/browse/SLING-387Also check - https://communities.adobeconnect.com/p3o8uhllb3l/?launcher=false&fcsContent=true&pbMode=normal I hav...

Views

307

Like

1

Replies

3
Re: My aem components are not getting deleted. - Adobe Experience Manager 06-01-2022
Is the component included in the editable template ? 

Views

417

Like

1

Replies

1
Re: AEM Page Editor error : Handler of component is invalid -> TypeError: Cannot read property 'flow' of undefined - Adobe Experience Manager 21-12-2021
Hi All To anyone who will face this issue in the future, please find below the details how this was fixed in my local. Root Cause : If you click on the last line where the error is occurring from the error trace , it will take you to a JS in the libs. Please check the below screenshots Click on Pretty Print and it will highlight the error lines If you hover on the clientlibs it will give you the path of the clientlibrary , which is at /libs/cq/gui/components/authoring/editors/clientlibs/core . I...

Views

2.5K

Likes

2

Replies

0
AEMCaas - How to handle caching for renditions for images? - Adobe Experience Manager 01-12-2021
Hi Team We are using processing profiles to generate new renditions for the images. Now to access those images , the path is something like /jcr:content/renditions/.extension . I remember previously we had faced issues with caching in dispatcher while accessing thumbnail renditions (In non Cloud Versions) and the same was solved by accessing the renditions the way mentioned in https://helpx.adobe.com/in/experience-manager/kb/dispatcher-caching-issue-displaying-image-renditions.html . I am trying...

Views

243

Like

1

Replies

2