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

GnanendraPonnala
GnanendraPonnala
Offline

Badges

Badges
13

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
5

Posts

Posts
14

Discussions

Discussions
0

Questions

Questions
14

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by GnanendraPonnala
Customize the badges you want to showcase on your profile
Re: Sling model exporter - Adobe Experience Manager 13-12-2021
HI Chitra, Can you please help me on this as we are using the json only to out put the lables defined in the aem componnets which will be usedd by vue front end module.

Views

502

Likes

0

Replies

0
Re: .model.json throwing internal server error - Adobe Experience Manager 02-07-2021
It worked after instance restart.

Views

301

Likes

0

Replies

0
Re: Dom4j bundle || unable to resolve in OSGI - Adobe Experience Manager 01-07-2021
Hi @kautuk_sahni, sure thanks!

Views

472

Likes

0

Replies

0
Re: Getting error log "AEM failed to activate Use class" - Adobe Experience Manager 29-06-2021
Thank you everyone.@GnanendraPonnala @Bimmi_Soi @Ritesh_Mittal @Dipti_Chauhan

Views

881

Likes

0

Replies

0
Re: Not able to access jcr:content properties of currentP... - Adobe Experience Manager 29-06-2021
Ok @Ritesh_Mittal I will create a new thread for error logs and Thank you for resolving issue of getting page properties.

Views

502

Likes

0

Replies

0
Re: Existing folders, New Folders and Files are not showi... - Adobe Experience Manager 28-06-2021
Hi @Dipti_ChauhanThanks for providing inputs, the issue has been resolved, there was issue in newly created oak index

Views

767

Likes

0

Replies

0
Re: How to send generated PDF from javascript to Servlet. - Adobe Experience Manager 23-09-2020
@GnanendraPonnala Instead of pdfMake.createPdf(this.docDefinition).download() try below approach, get base64 file content & decrypt base64 file content in java. Javascriptconst pdfDocGenerator = pdfMake.createPdf(this.docDefinition);pdfDocGenerator.getBase64((data) => { fileContent = data //data to be sent in ajax request with attr name 'fileContent'}); Java : String decryptedFileContent = new String(Base64.decodeBase64(request.getParameter("fileContent")));

Views

617

Likes

0

Replies

0