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

Eakambaram
Eakambaram
Offline

Badges

Badges
16

Accepted Solutions

Accepted Solutions
4

Likes Received

Likes Received
14

Posts

Posts
39

Discussions

Discussions
1

Questions

Questions
38

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Eakambaram
Customize the badges you want to showcase on your profile
Re: How to pass parameters to Sling Modal from Sightly Component - Adobe Experience Manager 21-06-2017
Thank you all for responding. We have solved it as below.@Model({adaptables=Resource.class, adaptables=SlingHttpServletRequest.class)So that at the same time I will get my resource/Node/Content properties and the values passed to my sling modal from my sightly component.

Views

11.7K

Likes

3

Replies

0
Re: Reference component using page properties of page where it is included - Adobe Experience Manager 21-06-2017
Thank you all for responding. We have solved this in below way.We changed the reference component code of sling include a little bit by adding a selector to it as below.As we added this selector. We are looking for this selector in our wcm use pojo class. If this selector presents then we are getting the page properties of the page where reference component is dragged and dropped other wise getting the page properties of where the actual component dragged and dropped. String inhetitedProp1 = "";...

Views

1.4K

Likes

0

Replies

0
Re: How to pass parameters to Sling Modal from Sightly Component - Adobe Experience Manager 08-06-2017
I tried to use @Inject. But I am not able to use @Inject as I am using a different version. Apart form @Inject do we have any other annotation for reading the parameters passed?

Views

11.7K

Likes

0

Replies

0
Re: Reference component using page properties of page where it is included - Adobe Experience Manager 08-06-2017
Thank you for responding.Can you please elaborate that. How we can pass on the current page resource to the actual component via the reference component.In reference component we are just sling inluding the content path.

Views

1.4K

Likes

0

Replies

0
How to pass parameters to Sling Modal from Sightly Component - Adobe Experience Manager 08-06-2017
Hi ,I am trying to pass some custom parameters from my Sightly Component to Sling Model. But I am not able to read those passed parameters inside my Sling Model.Below is my sightly code :How to read color and path in side my sling model java class.Can you please help me in solving this.

Views

23.8K

Likes

3

Replies

16
Reference component using page properties of page where it is included - Adobe Experience Manager 08-06-2017
Hi Team,We have a component using page properties in side it. When we use that component via reference component it is using the page properties of the page where that component dragged and dropped (It is working as per the Resource principles). But we want that component to use the page properties of the page where it is included via reference component. We have a business use case to use the page properties of the page where it got included instead of the page where it got dragged and dropped....

Views

2.4K

Likes

0

Replies

4
Re: How to use Sling 2.0 taglib feature in sightly - Adobe Experience Manager 23-09-2016
Thank you very much for looking into it.We are moving to Sightly for all the existing components which are developed in JSPThese existing JSP components connecting with the View Helpers which are java classes which are having logic to return the values to JSP.These classes requires pageContext to be passed as their constructor argument.To not to rework on the whole bunch of view helpers for the Sightly components, we are planning to create an instance of pageContext in the sightly class which ex...

Views

625

Likes

0

Replies

0
Re: How to use Sling 2.0 taglib feature in sightly - Adobe Experience Manager 23-09-2016
Is there way .. we can  get instance of pagecontext in sightly class?

Views

612

Likes

0

Replies

0
How to get instance of PageContext ( javax.servlet.jsp.PageContext ) inside Sightly class - Adobe Experience Manager 23-09-2016
We need the instance of PageContext ( javax.servlet.jsp.PageContext ) inside a sightly class which extending WCMUsePojo class.or through the slinghttpservletrequest/slinghttpservletresponce.

Views

2.5K

Like

1

Replies

4
AEM 6.1 and Hybris 5.7 Integration Issues - Adobe Experience Manager 27-04-2016
Hi ,We are trying to integrate AEM 6.1 and Hybris 5.7 as per the documentation provided in the link (https://docs.adobe.com/docs/en/aem/6-1/administer/ecommerce/hybris.html). (Eventhough it is mentioned in the documentation that AEM 6.1 supports till Hybris 5.4, We are trying this by changing Hybris oauth to v1 from v2)We are using the packages cq-geometrixx-hybris-content-6.0.58.zip and cq-hybris-content-6.0.58.zip from package share.We were able to successfully integrate the product search and...

Views

802

Likes

0

Replies

2