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

Ravi_Pampana
Ravi_Pampana
Online

Badges

Badges
33

Accepted Solutions

Accepted Solutions
113

Likes Received

Likes Received
387

Posts

Posts
375

Discussions

Discussions
104

Questions

Questions
272

Ideas

Ideas
2

Blog Posts

Blog Posts
2
Top badges earned by Ravi_Pampana
Customize the badges you want to showcase on your profile
Re: How do I upload svg files to Adobe Scene7 Publishing System? - Adobe Experience Manager Assets 29-03-2018
Sometimes we used to get the same issue while uploading svg image to scene7 but in our case it relates to some corruption in svg image and design team (image creation team) used to provide another svg which resolves our issue. Please check the error in the image which can provide some pointers.

Views

1.4K

Like

1

Replies

0
Re: Java vs Javascript: getting different values for browser cookie - Adobe Experience Manager 13-03-2018
I think it might be happening because the pages are cached in dispatcher and java file will not be executed once the page is cached in dispatcher. Javascript will execute on browser so always get the latest cookie value.In order to read the value in java, page should not be cached in dispatcher but it will have performance issues as everytime it will hit publisher.Hope it gives some idea related to your issue.

Views

1.3K

Like

1

Replies

1
Re: template level css change - Adobe Experience Manager 28-02-2018
You can also try wrapping the parsys added in the template with some html tag (div/span etc) and add class to the tag. Using the class the styles can be modified. Ex:Template --> Page Component --> JSP (Where template parsys is added)By adding this all the components will be wrapped under div having class (templatename) and styles can be added based on templatename.Hope this helps!

Views

638

Like

1

Replies

0
Re: is that possible to Read the value from sightly and set through jQuery - Adobe Experience Manager 28-02-2018
Hi,You can directly used the variable in script tag in sightly using sightly context based on your requirement. Or you can also try using JS API as mentioned by smacdonald2008​var variable = '${properties.variablename @ context="scriptString"}'; // This can be used in javascript included after it as it is available as global variable Hope this helps !

Views

1.4K

Likes

0

Replies

0
Re: First Time creating Component in Touch UI - Adobe Experience Manager 24-02-2018
Hi,Can you make sure componentGroup property is added to the component as shown in below image, if the value is .hidden it wont be shown in design mode. Also sometimes the component might be present in undefined folder, if no componentGroup is mentioned. The name will be based on jcr:titleHope it helps!

Views

798

Likes

0

Replies

0
Re: Sling Models + sightly to read multifield values - Adobe Experience Manager 21-02-2018
Yes using @ChildResource you can get multifield value @ChildResource(injectionStrategy = InjectionStrategy.OPTIONAL)private Resource multinodes;Once you get the childResource, iterate through all the child nodesIterator iterator = multinodes.listChildren();

Views

3.9K

Likes

2

Replies

0
Re: How to get images dam:Physicalwidthindpi & dam:Physicalheightindpi in AEM? - Adobe Experience Manager 20-02-2018
Have a look at Asset getMetadata() returns Object Array instead of String which might answered your question.

Views

690

Likes

0

Replies

0
Re: Single Page App Framework with AEM 6.x - Adobe Experience Manager 20-02-2018
Hi,Have a look Build Single-Page Applications Using AngularJS on AEM

Views

485

Likes

0

Replies

0
Re: [New] Welcome to AEM Community! Please Introduce Yourself - Adobe Experience Manager 20-02-2018
Hi Community Members,I am Ravi, I am working as a Senior AEM Developer with Sony playstation having experience in AEM, Adobe Analytics, Adobe Search and Promote, communities, Target and many more. I have total 9+ years of experience in that 5+ years in AEM.Regards,Ravi

Views

13.2K

Like

1
Re: Reinstalling the content package and the page status - Adobe Experience Manager 19-02-2018
I have explained you what will happen when you activate a page and reinstall the old content in author.It will also be difficult to create content package manually for 100 pages.What is your use case of activating 100+ pages and reinstalling the old content package which are not activated ?You have to write a service to deactivate the pages programmatically by passing the pages list in excel/text file if the number of pages are more.Also, programmatically you can create package with the list of ...

Views

928

Likes

2

Replies

0