내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

원본 게시물의 솔루션 보기

4 답변 개

Avatar

정확한 답변 작성자:
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!