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

remakj
remakj
Online

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
3

Posts & Comments

Posts & Comments
8

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by remakj
Customize the badges you want to showcase on your profile
Re: Mixing React and Sightly components in a page - Adobe Experience Manager 22-06-2022
The problem is lets say we are adding this "responsive-root" div element to body.html of /apps/mycompany/spa-page. This spa-page component itself is rendered by React and hence it can not handle any HTL components.

Views

86

Like

1

Replies

0
Re: Mixing React and Sightly components in a page - Adobe Experience Manager 22-06-2022
Hi @milind_bachani When you say "So, I am afraid that you can use sightly and react together." I guess you meant "you cant use sightly and react components together"? I understand having 2 divs both controlled by JS one by React and other plain JS. That makes sense though it kind of defeats my requirement to have a section rendered server side and another client side. Thanks

Views

88

Like

1

Replies

0
Re: Mixing React and Sightly components in a page - Adobe Experience Manager 22-06-2022
Because the page is mapped with React component, React handles the rendition of it and it ignores the responsive grid I added next to . If i do not map the page to react component, then the react components are not editable as the spa-root id is in a different place and the responsive grid rendered by HTL is in different place.

Views

108

Like

1

Replies

2
Mixing React and Sightly components in a page - Adobe Experience Manager 22-06-2022
Hi All, Is there a way we can mix React and Sightly/HTL components in a same page? I tired to add HTL components in a SPA app/page and they would not even render. I guess this is expected as the React App is not aware of the HTL component and hence ignored. Is there a way where I can have 2 containers in a page where 1 allows you yo add HTL components and the other React components? Any pointers toward a solution/poc would be appreciated. ThanksJai

Views

133

Likes

0

Replies

7
Re: Move page wizard - Incorrect messaging - Adobe Experience Manager 16-06-2021
@Cedric_Latimier_ As an author I would expect the move operation since it provides an option to de-select "republish" the move operation won't be published until I choose to publish the moved page from the new destination. However this currently deletes the page in live site even when I have specifically chosen not to republish. Hence my suggestion to add the message "Note: Move operation will delete the page from the source location immediately" or something along those lines. The reason for re...

Views

273

Likes

0

Replies

0
Move page wizard - Incorrect messaging - Adobe Experience Manager 10-06-2021
Request for Feature Enhancement (RFE) Summary: As a content author when I move a page that is already published and live, I get the option to adjust/republish in the. wizard. I unselect the republish option and complete the move operation.The expectation is the live page remains unaffected by the move until I choose to (re)publish the page from the new destination. However the page is already deleted from the old location. This leads to unnecessary confusion.Can the experience of this be improve...

Views

342

Likes

0

Replies

3
Re: Sling model - multiple invocation - Adobe Experience Manager 16-02-2021
Hi Veena, Your understanding is correct. The Sling model in its PostConstruct method does the query and populate a list. This is used with in the Sightly template to render the list. I am not sure how the image tag is invoking the Sling Model as well. All I can find out is removing the tag causes the Sling model to be triggered once.

Views

540

Likes

0

Replies

0
Sling model - multiple invocation - Adobe Experience Manager 11-02-2021
Hello All, We have an issue with 1 of our "card list" components. The card list model fires a AEM query using query builder API to get a list of pages under the current locale node with a particular template type. This result is then iterated to retrieve some properties like Title, Desc, Image, Authors, Date Published etc.. This is then rendered in HTML by HTL with expressions. We are using a max limit on the query to 100. The component works as expected, however we are observing the Sling model...

Views

657

Likes

0

Replies

5
Likes from