Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Question on OOTB Tabs component

Avatar

Community Advisor

Hi

I am using a nested tab for a dialog.Parent tab has 2 child tabs and values of it are getting stored under "/jcr:content" node of the page.

 

My requirement is to store the child tab's values under "/jcr:content/message/item0" and "/jcr:content/message/item1" like multi field values. Is it possible ?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@Ganthimathi_R 

If message if the main tab and item0 and item1 are sub-tabs and title1 and title2 are text fields under item0 and item1 respectively. Try name property value of title1 is ./message/item0/title1 similarly for title2 ./message/item1/title2

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

@Ganthimathi_R 

If message if the main tab and item0 and item1 are sub-tabs and title1 and title2 are text fields under item0 and item1 respectively. Try name property value of title1 is ./message/item0/title1 similarly for title2 ./message/item1/title2

Avatar

Community Advisor
Thank you Anudeep, it worked !

Avatar

Community Advisor and Adobe Champion
 

Hi @Ganthimathi_R ,

 

You can refer this video to achieve this.

Avatar

Community Advisor
Thank you Ritesh!