Question on OOTB Tabs component | Community
Skip to main content
Community Advisor
April 23, 2021
Solved

Question on OOTB Tabs component

  • April 23, 2021
  • 2 replies
  • 1316 views

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 ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Anudeep_Garnepudi

@ganthira1 

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

2 replies

Anudeep_Garnepudi
Community Advisor
Anudeep_GarnepudiCommunity AdvisorAccepted solution
Community Advisor
April 25, 2021

@ganthira1 

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

GanthiRa1Community AdvisorAuthor
Community Advisor
April 26, 2021
Thank you Anudeep, it worked !
Ritesh_Mittal
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
April 25, 2021
 

Hi @ganthira1 ,

 

You can refer this video to achieve this.

GanthiRa1Community AdvisorAuthor
Community Advisor
April 26, 2021
Thank you Ritesh!